#969CFB

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

Shades of Portage #969CFB

Tints of Portage #969CFB

Color information

#969CFB (or 0x969CFB) is unknown color: approx Portage. HEX triplet: 96, 9C and FB. RGB value is (150,156,251). Sum of RGB (Red+Green+Blue) = 150+156+251=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #969CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CFB is #696304. Grayscale: #A4A4A4. Windows color (decimal): -6906629 or 16489622. OLE color: 16489622.

HSL color Cylindrical-coordinate representation of color #969CFB: hue angle of 236.44º 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 #969CFB is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150156251-
CMYK0.400.3800.02
HSL236.44º92.66%78.63%-
HSV(B)236.44º40.24%98.43%-
XYZ41.8837.2396.24-
YUV165.04176.51117.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.93%
GREEN value IS 156 (61.33% from 255) = 28.01%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=26.93%
G=28.01%
B=45.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501562510.400.3800.02236.4492.6678.63
Hex969CFB282602ec5d4f
Octal226234373504602354135117
Binary1001011010011100111110111010001001100101110110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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