Html Css Color HEX #8397BA Rock Blue

📋 copy color: '#8397BA'

red 131 ◦ green 151 ◦ blue 186

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

Shades of Rock Blue #8397BA

Tints of Rock Blue #8397BA

RGB

 RED value IS 131 (51.56% from 255) = 27.99%

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

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

R = 27.99%
G = 32.26%
B = 39.74%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8397BA (or 0x8397BA) is known color: Rock Blue. HEX triplet: 83, 97 and BA. RGB value is (131,151,186). Sum of RGB (Red+Green+Blue) = 131+151+186=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #8397BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8397BA is #7C6845. Grayscale: #949494. Windows color (decimal): -8153158 or 12228483. OLE color: 12228483.

HSL color Cylindrical-coordinate representation of color #8397BA: hue angle of 218.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8397BA is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 151 186 -
CMYK 0.30 0.19 0 0.27
HSL 218.18º 0.28% 0.62% -
HSV(B) 218.18º 0.3% 0.73% -
XYZ 29.29 30.5 50.8 -
YUV 149.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 131 151 186 0.30 0.19 0 0.27 218.18 0.28 0.62
Hex 83 97 BA 1E 13 0 1B DA 1C 3E
Octal 203 227 272 36 23 0 33 332 34 76
Binary 10000011 10010111 10111010 11110 10011 0 11011 11011010 11100 111110

Color Harmonies of #8397BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8397BA

Black with #8397BA

Text Example


Text Example

White with #8397BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8397BA;
 }
 .AnyTagClassName
 {
   color: #8397BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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