Html Css Color HEX #8399BC Rock Blue

📋 copy color: '#8399BC'

red 131 ◦ green 153 ◦ blue 188

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

Shades of Rock Blue #8399BC

Tints of Rock Blue #8399BC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.42%

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 27.75%
G = 32.42%
B = 39.83%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8399BC (or 0x8399BC) is known color: Rock Blue. HEX triplet: 83, 99 and BC. RGB value is (131,153,188). Sum of RGB (Red+Green+Blue) = 131+153+188=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #8399BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8399BC is #7C6643. Grayscale: #969696. Windows color (decimal): -8152644 or 12360067. OLE color: 12360067.

HSL color Cylindrical-coordinate representation of color #8399BC: hue angle of 216.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8399BC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 153 188 -
CMYK 0.30 0.19 0 0.26
HSL 216.84º 0.3% 0.63% -
HSV(B) 216.84º 0.3% 0.74% -
XYZ 29.83 31.24 52.03 -
YUV 150.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 131 153 188 0.30 0.19 0 0.26 216.84 0.3 0.63
Hex 83 99 BC 1E 13 0 1A D9 1E 3F
Octal 203 231 274 36 23 0 32 331 36 77
Binary 10000011 10011001 10111100 11110 10011 0 11010 11011001 11110 111111

Color Harmonies of #8399BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8399BC

Black with #8399BC

Text Example


Text Example

White with #8399BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8399BC; }

 p { color: rgb(131,153,188); }

 H1.HeaderClassName
 {
   color: #8399BC;
 }
 .AnyTagClassName
 {
   color: #8399BC;
 }
</style>

background-color css

<style>
 a { background-color: #8399BC; }

 a { background-color: rgb(131,153,188); }

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

border-color css

<style>
 span { border-color: #8399BC; }

 span { border-color: rgb(131,153,188); }

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