#969CED

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

Shades of Portage #969CED

Tints of Portage #969CED

Color information

#969CED (or 0x969CED) is unknown color: approx Portage. HEX triplet: 96, 9C and ED. RGB value is (150,156,237). Sum of RGB (Red+Green+Blue) = 150+156+237=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #969CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CED is #696312. Grayscale: #A3A3A3. Windows color (decimal): -6906643 or 15572118. OLE color: 15572118.

HSL color Cylindrical-coordinate representation of color #969CED: hue angle of 235.86º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969CED is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150156237-
CMYK0.370.3400.07
HSL235.86º70.73%75.88%-
HSV(B)235.86º36.71%92.94%-
XYZ39.7536.3885.05-
YUV163.44169.51118.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=27.62%
G=28.73%
B=43.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501562370.370.3400.07235.8670.7375.88
Hex969CED252207ec474c
Octal226234355454207354107114
Binary10010110100111001110110110010110001001111110110010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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