#969CFF

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

Shades of Portage #969CFF

Tints of Portage #969CFF

Color information

#969CFF (or 0x969CFF) is unknown color: approx Portage. HEX triplet: 96, 9C and FF. RGB value is (150,156,255). Sum of RGB (Red+Green+Blue) = 150+156+255=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #969CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CFF is #696300. Grayscale: #A5A5A5. Windows color (decimal): -6906625 or 16751766. OLE color: 16751766.

HSL color Cylindrical-coordinate representation of color #969CFF: hue angle of 236.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #969CFF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB150156255-
CMYK0.410.3900
HSL236.57º100%79.41%-
HSV(B)236.57º41.18%100%-
XYZ42.5237.4899.6-
YUV165.49178.51116.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.74%
GREEN value IS 156 (61.33% from 255) = 27.81%
BLUE value IS 255 (100% from 255) = 45.45%
R=26.74%
G=27.81%
B=45.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501562550.410.3900236.5710079.41
Hex969CFF292700ed644f
Octal226234377514700355144117
Binary100101101001110011111111101001100111001110110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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