Html Css Color HEX #8C96CE Portage

📋 copy color: '#8C96CE'

red 140 ◦ green 150 ◦ blue 206

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

Shades of Portage #8C96CE

Tints of Portage #8C96CE

RGB

 RED value IS 140 (55.08% from 255) = 28.23%

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 28.23%
G = 30.24%
B = 41.53%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8C96CE (or 0x8C96CE) is known color: Portage. HEX triplet: 8C, 96 and CE. RGB value is (140,150,206). Sum of RGB (Red+Green+Blue) = 140+150+206=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C96CE is #736931. Grayscale: #999999. Windows color (decimal): -7563570 or 13538956. OLE color: 13538956.

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

Color convert

RGB 140 150 206 -
CMYK 0.32 0.27 0 0.19
HSL 230.91º 0.4% 0.68% -
HSV(B) 230.91º 0.32% 0.81% -
XYZ 32.86 31.84 62.81 -
YUV 153.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 140 150 206 0.32 0.27 0 0.19 230.91 0.4 0.68
Hex 8C 96 CE 20 1B 0 13 E7 28 44
Octal 214 226 316 40 33 0 23 347 50 104
Binary 10001100 10010110 11001110 100000 11011 0 10011 11100111 101000 1000100

Color Harmonies of #8C96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C96CE

Black with #8C96CE

Text Example


Text Example

White with #8C96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,150,206); }

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

background-color css

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

 a { background-color: rgb(140,150,206); }

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

border-color css

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

 span { border-color: rgb(140,150,206); }

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