Html Css Color HEX #8C97BA Rock Blue

📋 copy color: '#8C97BA'

red 140 ◦ green 151 ◦ blue 186

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

Shades of Rock Blue #8C97BA

Tints of Rock Blue #8C97BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.66%

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 29.35%
G = 31.66%
B = 38.99%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C97BA (or 0x8C97BA) is known color: Rock Blue. HEX triplet: 8C, 97 and BA. RGB value is (140,151,186). Sum of RGB (Red+Green+Blue) = 140+151+186=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C97BA is #736845. Grayscale: #979797. Windows color (decimal): -7563334 or 12228492. OLE color: 12228492.

HSL color Cylindrical-coordinate representation of color #8C97BA: hue angle of 225.65º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C97BA is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 151 186 -
CMYK 0.25 0.19 0 0.27
HSL 225.65º 0.25% 0.64% -
HSV(B) 225.65º 0.25% 0.73% -
XYZ 30.74 31.25 50.87 -
YUV 151.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 140 151 186 0.25 0.19 0 0.27 225.65 0.25 0.64
Hex 8C 97 BA 19 13 0 1B E2 19 40
Octal 214 227 272 31 23 0 33 342 31 100
Binary 10001100 10010111 10111010 11001 10011 0 11011 11100010 11001 1000000

Color Harmonies of #8C97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C97BA

Black with #8C97BA

Text Example


Text Example

White with #8C97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,151,186); }

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

background-color css

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

 a { background-color: rgb(140,151,186); }

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

border-color css

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

 span { border-color: rgb(140,151,186); }

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