#969EFF

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

Shades of Portage #969EFF

Tints of Portage #969EFF

Color information

#969EFF (or 0x969EFF) is unknown color: approx Portage. HEX triplet: 96, 9E and FF. RGB value is (150,158,255). Sum of RGB (Red+Green+Blue) = 150+158+255=563 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.64% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #969EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969EFF is #696100. Grayscale: #A6A6A6. Windows color (decimal): -6906113 or 16752278. OLE color: 16752278.

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

Color convert

RGB150158255-
CMYK0.410.3800
HSL235.43º100%79.41%-
HSV(B)235.43º41.18%100%-
XYZ42.8538.1699.71-
YUV166.67177.85116.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.64%
GREEN value IS 158 (62.11% from 255) = 28.06%
BLUE value IS 255 (100% from 255) = 45.29%
R=26.64%
G=28.06%
B=45.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1501582550.410.3800235.4310079.41
Hex969EFF292600eb644f
Octal226236377514600353144117
Binary100101101001111011111111101001100110001110101111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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