Html Css Color HEX #8C96BD Rock Blue

📋 copy color: '#8C96BD'

red 140 ◦ green 150 ◦ blue 189

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

Shades of Rock Blue #8C96BD

Tints of Rock Blue #8C96BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 29.23%
G = 31.32%
B = 39.46%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C96BD (or 0x8C96BD) is known color: Rock Blue. HEX triplet: 8C, 96 and BD. RGB value is (140,150,189). Sum of RGB (Red+Green+Blue) = 140+150+189=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C96BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C96BD is #736942. Grayscale: #979797. Windows color (decimal): -7563587 or 12424844. OLE color: 12424844.

HSL color Cylindrical-coordinate representation of color #8C96BD: hue angle of 227.76º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C96BD is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 150 189 -
CMYK 0.26 0.21 0 0.26
HSL 227.76º 0.27% 0.65% -
HSV(B) 227.76º 0.26% 0.74% -
XYZ 30.91 31.06 52.51 -
YUV 151.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 140 150 189 0.26 0.21 0 0.26 227.76 0.27 0.65
Hex 8C 96 BD 1A 15 0 1A E4 1B 41
Octal 214 226 275 32 25 0 32 344 33 101
Binary 10001100 10010110 10111101 11010 10101 0 11010 11100100 11011 1000001

Color Harmonies of #8C96BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C96BD

Black with #8C96BD

Text Example


Text Example

White with #8C96BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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