#8397B7

Color #8397B7 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8397B7

Tints of Rock Blue #8397B7

Color information

#8397B7 (or 0x8397B7) is unknown color: approx Rock Blue. HEX triplet: 83, 97 and B7. RGB value is (131,151,183). Sum of RGB (Red+Green+Blue) = 131+151+183=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #8397B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8397B7 is #7C6848. Grayscale: #949494. Windows color (decimal): -8153161 or 12031875. OLE color: 12031875.

HSL color Cylindrical-coordinate representation of color #8397B7: hue angle of 216.92º degrees, saturation: 0.27, 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 #8397B7 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB131151183-
CMYK0.280.1700.28
HSL216.92º26.53%61.57%-
HSV(B)216.92º28.42%71.76%-
XYZ28.9730.3849.14-
YUV148.67147.37115.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.17%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 183 (71.88% from 255) = 39.35%
R=28.17%
G=32.47%
B=39.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1311511830.280.1700.28216.9226.5361.57
Hex8397B71C1101Cd91b3e
Octal20322726734210343313376
Binary10000011100101111011011111100100010111001101100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8397B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8397B7;
 }
 .AnyTagClassName
 {
   color: #8397B7;
 }
</style>
background-color css

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

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

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

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

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

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