Html Css Color HEX #8497B7 Rock Blue

📋 copy color: '#8497B7'

red 132 ◦ green 151 ◦ blue 183

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

Shades of Rock Blue #8497B7

Tints of Rock Blue #8497B7

RGB

 RED value IS 132 (51.95% from 255) = 28.33%

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

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

R = 28.33%
G = 32.4%
B = 39.27%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8497B7 (or 0x8497B7) is known color: Rock Blue. HEX triplet: 84, 97 and B7. RGB value is (132,151,183). Sum of RGB (Red+Green+Blue) = 132+151+183=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 183 - color contains mainly: blue. Hex color #8497B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8497B7 is #7B6848. Grayscale: #949494. Windows color (decimal): -8087625 or 12031876. OLE color: 12031876.

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

Color convert

RGB 132 151 183 -
CMYK 0.28 0.17 0 0.28
HSL 217.65º 0.26% 0.62% -
HSV(B) 217.65º 0.28% 0.72% -
XYZ 29.13 30.46 49.14 -
YUV 148.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 132 151 183 0.28 0.17 0 0.28 217.65 0.26 0.62
Hex 84 97 B7 1C 11 0 1C DA 1A 3E
Octal 204 227 267 34 21 0 34 332 32 76
Binary 10000100 10010111 10110111 11100 10001 0 11100 11011010 11010 111110

Color Harmonies of #8497B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8497B7

Black with #8497B7

Text Example


Text Example

White with #8497B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8497B7; }

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

 H1.HeaderClassName
 {
   color: #8497B7;
 }
 .AnyTagClassName
 {
   color: #8497B7;
 }
</style>

background-color css

<style>
 a { background-color: #8497B7; }

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

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

border-color css

<style>
 span { border-color: #8497B7; }

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

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