Html Css Color HEX #8C97B7 Rock Blue

📋 copy color: '#8C97B7'

red 140 ◦ green 151 ◦ blue 183

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

Shades of Rock Blue #8C97B7

Tints of Rock Blue #8C97B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 29.54%
G = 31.86%
B = 38.61%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8C97B7 (or 0x8C97B7) is known color: Rock Blue. HEX triplet: 8C, 97 and B7. RGB value is (140,151,183). Sum of RGB (Red+Green+Blue) = 140+151+183=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 183 - color contains mainly: blue. Hex color #8C97B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C97B7 is #736848. Grayscale: #979797. Windows color (decimal): -7563337 or 12031884. OLE color: 12031884.

HSL color Cylindrical-coordinate representation of color #8C97B7: hue angle of 224.65º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C97B7 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 151 183 -
CMYK 0.23 0.17 0 0.28
HSL 224.65º 0.23% 0.63% -
HSV(B) 224.65º 0.23% 0.72% -
XYZ 30.43 31.13 49.2 -
YUV 151.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 140 151 183 0.23 0.17 0 0.28 224.65 0.23 0.63
Hex 8C 97 B7 17 11 0 1C E1 17 3F
Octal 214 227 267 27 21 0 34 341 27 77
Binary 10001100 10010111 10110111 10111 10001 0 11100 11100001 10111 111111

Color Harmonies of #8C97B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C97B7

Black with #8C97B7

Text Example


Text Example

White with #8C97B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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