#969FEF

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

Shades of Portage #969FEF

Tints of Portage #969FEF

Color information

#969FEF (or 0x969FEF) is unknown color: approx Portage. HEX triplet: 96, 9F and EF. RGB value is (150,159,239). Sum of RGB (Red+Green+Blue) = 150+159+239=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #969FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969FEF is #696010. Grayscale: #A5A5A5. Windows color (decimal): -6905873 or 15703958. OLE color: 15703958.

HSL color Cylindrical-coordinate representation of color #969FEF: hue angle of 233.93º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969FEF is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150159239-
CMYK0.370.3300.06
HSL233.93º73.55%76.27%-
HSV(B)233.93º37.24%93.73%-
XYZ40.5637.5186.76-
YUV165.43169.52117-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.37%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 239 (93.75% from 255) = 43.61%
R=27.37%
G=29.01%
B=43.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501592390.370.3300.06233.9373.5576.27
Hex969FEF252106ea4a4c
Octal226237357454106352112114
Binary10010110100111111110111110010110000101101110101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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