#8397B4

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

Shades of Rock Blue #8397B4

Tints of Rock Blue #8397B4

Color information

#8397B4 (or 0x8397B4) is unknown color: approx Rock Blue. HEX triplet: 83, 97 and B4. RGB value is (131,151,180). Sum of RGB (Red+Green+Blue) = 131+151+180=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #8397B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8397B4 is #7C684B. Grayscale: #949494. Windows color (decimal): -8153164 or 11835267. OLE color: 11835267.

HSL color Cylindrical-coordinate representation of color #8397B4: hue angle of 215.51º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8397B4 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB131151180-
CMYK0.270.1600.29
HSL215.51º24.62%60.98%-
HSV(B)215.51º27.22%70.59%-
XYZ28.6630.2547.51-
YUV148.33145.87115.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.35%
GREEN value IS 151 (59.38% from 255) = 32.68%
BLUE value IS 180 (70.70% from 255) = 38.96%
R=28.35%
G=32.68%
B=38.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311511800.270.1600.29215.5124.6260.98
Hex8397B41B1001Dd8193d
Octal20322726433200353303175
Binary10000011100101111011010011011100000111011101100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8397B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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