Html Css Color HEX #8E96CF Portage

📋 copy color: '#8E96CF'

red 142 ◦ green 150 ◦ blue 207

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

Shades of Portage #8E96CF

Tints of Portage #8E96CF

RGB

 RED value IS 142 (55.86% from 255) = 28.46%

 GREEN value IS 150 (58.98% from 255) = 30.06%

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 28.46%
G = 30.06%
B = 41.48%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E96CF (or 0x8E96CF) is known color: Portage. HEX triplet: 8E, 96 and CF. RGB value is (142,150,207). Sum of RGB (Red+Green+Blue) = 142+150+207=499 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.46% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E96CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E96CF is #716930. Grayscale: #999999. Windows color (decimal): -7432497 or 13604494. OLE color: 13604494.

HSL color Cylindrical-coordinate representation of color #8E96CF: hue angle of 232.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E96CF is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 150 207 -
CMYK 0.31 0.28 0 0.19
HSL 232.62º 0.4% 0.68% -
HSV(B) 232.62º 0.31% 0.81% -
XYZ 33.32 32.07 63.46 -
YUV 154.11 157.85 119.37 -
System Red Green Blue C M Y K H S L
Decimal 142 150 207 0.31 0.28 0 0.19 232.62 0.4 0.68
Hex 8E 96 CF 1F 1C 0 13 E9 28 44
Octal 216 226 317 37 34 0 23 351 50 104
Binary 10001110 10010110 11001111 11111 11100 0 10011 11101001 101000 1000100

Color Harmonies of #8E96CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E96CF

Black with #8E96CF

Text Example


Text Example

White with #8E96CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E96CF; }

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

 H1.HeaderClassName
 {
   color: #8E96CF;
 }
 .AnyTagClassName
 {
   color: #8E96CF;
 }
</style>

background-color css

<style>
 a { background-color: #8E96CF; }

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

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

border-color css

<style>
 span { border-color: #8E96CF; }

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

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