#969FFB

Color #969FFB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #969FFB

Tints of Portage #969FFB

Color information

#969FFB (or 0x969FFB) is unknown color: approx Portage. HEX triplet: 96, 9F and FB. RGB value is (150,159,251). Sum of RGB (Red+Green+Blue) = 150+159+251=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #969FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FFB is #696004. Grayscale: #A6A6A6. Windows color (decimal): -6905861 or 16490390. OLE color: 16490390.

HSL color Cylindrical-coordinate representation of color #969FFB: hue angle of 234.65º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #969FFB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150159251-
CMYK0.400.3700.02
HSL234.65º92.66%78.63%-
HSV(B)234.65º40.24%98.43%-
XYZ42.3938.2596.41-
YUV166.8175.52116.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 159 (62.5% from 255) = 28.39%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=26.79%
G=28.39%
B=44.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501592510.400.3700.02234.6592.6678.63
Hex969FFB282502eb5d4f
Octal226237373504502353135117
Binary1001011010011111111110111010001001010101110101110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969FFB; }

 p { color: rgb(150,159,251); }

 H1.HeaderClassName
 {
   color: #969FFB;
 }
 .AnyTagClassName
 {
   color: #969FFB;
 }
</style>
background-color css

<style>
 a { background-color: #969FFB; }

 a { background-color: rgb(150,159,251); }

 div.DivClassName
 {
   background-color: #969FFB;
 }
 .BgClassName
 {
   background-color: #969FFB;
 }
</style>
border-color css

<style>
 span { border-color: #969FFB; }

 span { border-color: rgb(150,159,251); }

 td.TdClassName
 {
   border-color: #969FFB;
 }
 .TagClassName
 {
   border-color: #969FFB;
 }
</style>