Html Css Color HEX #8C96BF Rock Blue

📋 copy color: '#8C96BF'

red 140 ◦ green 150 ◦ blue 191

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

Shades of Rock Blue #8C96BF

Tints of Rock Blue #8C96BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.71%

R = 29.11%
G = 31.19%
B = 39.71%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C96BF (or 0x8C96BF) is known color: Rock Blue. HEX triplet: 8C, 96 and BF. RGB value is (140,150,191). Sum of RGB (Red+Green+Blue) = 140+150+191=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C96BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C96BF is #736940. Grayscale: #979797. Windows color (decimal): -7563585 or 12555916. OLE color: 12555916.

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

Color convert

RGB 140 150 191 -
CMYK 0.27 0.21 0 0.25
HSL 228.24º 0.28% 0.65% -
HSV(B) 228.24º 0.27% 0.75% -
XYZ 31.13 31.15 53.66 -
YUV 151.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 140 150 191 0.27 0.21 0 0.25 228.24 0.28 0.65
Hex 8C 96 BF 1B 15 0 19 E4 1C 41
Octal 214 226 277 33 25 0 31 344 34 101
Binary 10001100 10010110 10111111 11011 10101 0 11001 11100100 11100 1000001

Color Harmonies of #8C96BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C96BF

Black with #8C96BF

Text Example


Text Example

White with #8C96BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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