#968eea

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

Shades of Portage #968EEA

Tints of Portage #968EEA

Color information

#968EEA (or 0x968EEA) is unknown color: approx Portage. HEX triplet: 96, 8E and EA. RGB value is (150,142,234). Sum of RGB (Red+Green+Blue) = 150+142+234=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #968EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EEA is #697115. Grayscale: #9A9A9A. Windows color (decimal): -6910230 or 15371926. OLE color: 15371926.

HSL color Cylindrical-coordinate representation of color #968EEA: hue angle of 245.22º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #968EEA is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150142234-
CMYK0.360.3900.08
HSL245.22º68.66%73.73%-
HSV(B)245.22º39.32%91.76%-
XYZ37.131.7782.02-
YUV154.88172.65124.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.52%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 234 (91.80% from 255) = 44.49%
R=28.52%
G=27.00%
B=44.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501422340.360.3900.08245.2268.6673.73
Hex968EEA242708f5454a
Octal2262163524447010365105112
Binary100101101000111011101010100100100111010001111010110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968eea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968eea; }

 p { color: rgb(150,142,234); }

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

<style>
 a { background-color: #968eea; }

 a { background-color: rgb(150,142,234); }

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

<style>
 span { border-color: #968eea; }

 span { border-color: rgb(150,142,234); }

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