#969FED

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

Shades of Portage #969FED

Tints of Portage #969FED

Color information

#969FED (or 0x969FED) is unknown color: approx Portage. HEX triplet: 96, 9F and ED. RGB value is (150,159,237). Sum of RGB (Red+Green+Blue) = 150+159+237=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #969FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FED is #696012. Grayscale: #A4A4A4. Windows color (decimal): -6905875 or 15572886. OLE color: 15572886.

HSL color Cylindrical-coordinate representation of color #969FED: hue angle of 233.79º 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 #969FED is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150159237-
CMYK0.370.3300.07
HSL233.79º70.73%75.88%-
HSV(B)233.79º36.71%92.94%-
XYZ40.2637.3985.22-
YUV165.2168.52117.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.47%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=27.47%
G=29.12%
B=43.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501592370.370.3300.07233.7970.7375.88
Hex969FED252107ea474c
Octal226237355454107352107114
Binary10010110100111111110110110010110000101111110101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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