Html Css Color HEX #8B97BA Rock Blue

📋 copy color: '#8B97BA'

red 139 ◦ green 151 ◦ blue 186

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

Shades of Rock Blue #8B97BA

Tints of Rock Blue #8B97BA

RGB

 RED value IS 139 (54.69% from 255) = 29.2%

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

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

R = 29.2%
G = 31.72%
B = 39.08%

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

#8B97BA (or 0x8B97BA) is known color: Rock Blue. HEX triplet: 8B, 97 and BA. RGB value is (139,151,186). Sum of RGB (Red+Green+Blue) = 139+151+186=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B97BA is #746845. Grayscale: #979797. Windows color (decimal): -7628870 or 12228491. OLE color: 12228491.

HSL color Cylindrical-coordinate representation of color #8B97BA: hue angle of 224.68º 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 #8B97BA is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 151 186 -
CMYK 0.25 0.19 0 0.27
HSL 224.68º 0.25% 0.64% -
HSV(B) 224.68º 0.25% 0.73% -
XYZ 30.58 31.17 50.86 -
YUV 151.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 139 151 186 0.25 0.19 0 0.27 224.68 0.25 0.64
Hex 8B 97 BA 19 13 0 1B E1 19 40
Octal 213 227 272 31 23 0 33 341 31 100
Binary 10001011 10010111 10111010 11001 10011 0 11011 11100001 11001 1000000

Color Harmonies of #8B97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B97BA

Black with #8B97BA

Text Example


Text Example

White with #8B97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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