Html Css Color HEX #8C96CC Portage

📋 copy color: '#8C96CC'

red 140 ◦ green 150 ◦ blue 204

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

Shades of Portage #8C96CC

Tints of Portage #8C96CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 28.34%
G = 30.36%
B = 41.3%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C96CC (or 0x8C96CC) is known color: Portage. HEX triplet: 8C, 96 and CC. RGB value is (140,150,204). Sum of RGB (Red+Green+Blue) = 140+150+204=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C96CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C96CC is #736933. Grayscale: #989898. Windows color (decimal): -7563572 or 13407884. OLE color: 13407884.

HSL color Cylindrical-coordinate representation of color #8C96CC: hue angle of 230.62º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C96CC is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 150 204 -
CMYK 0.31 0.26 0 0.2
HSL 230.63º 0.39% 0.67% -
HSV(B) 230.63º 0.31% 0.8% -
XYZ 32.62 31.75 61.54 -
YUV 153.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 140 150 204 0.31 0.26 0 0.2 230.63 0.39 0.67
Hex 8C 96 CC 1F 1A 0 14 E7 27 43
Octal 214 226 314 37 32 0 24 347 47 103
Binary 10001100 10010110 11001100 11111 11010 0 10100 11100111 100111 1000011

Color Harmonies of #8C96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C96CC

Black with #8C96CC

Text Example


Text Example

White with #8C96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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