Html Css Color HEX #968EE8 Portage

📋 copy color: '#968EE8'

red 150 ◦ green 142 ◦ blue 232

#968EE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #968EE8

Tints of Portage #968EE8

RGB

 RED value IS 150 (58.98% from 255) = 28.63%

 GREEN value IS 142 (55.86% from 255) = 27.1%

 BLUE value IS 232 (91.02% from 255) = 44.27%

R = 28.63%
G = 27.1%
B = 44.27%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#968EE8 (or 0x968EE8) is known color: Portage. HEX triplet: 96, 8E and E8. RGB value is (150,142,232). Sum of RGB (Red+Green+Blue) = 150+142+232=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #968EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EE8 is #697117. Grayscale: #9A9A9A. Windows color (decimal): -6910232 or 15240854. OLE color: 15240854.

HSL color Cylindrical-coordinate representation of color #968EE8: hue angle of 245.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #968EE8 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 142 232 -
CMYK 0.35 0.39 0 0.09
HSL 245.33º 0.66% 0.73% -
HSV(B) 245.33º 0.39% 0.91% -
XYZ 36.82 31.66 80.51 -
YUV 154.65 171.65 124.68 -
System Red Green Blue C M Y K H S L
Decimal 150 142 232 0.35 0.39 0 0.09 245.33 0.66 0.73
Hex 96 8E E8 23 27 0 9 F5 42 49
Octal 226 216 350 43 47 0 11 365 102 111
Binary 10010110 10001110 11101000 100011 100111 0 1001 11110101 1000010 1001001

Color Harmonies of #968EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968EE8

Black with #968EE8

Text Example


Text Example

White with #968EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #968EE8;
 }
 .AnyTagClassName
 {
   color: #968EE8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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