Html Css Color HEX #8199BB Rock Blue

📋 copy color: '#8199BB'

red 129 ◦ green 153 ◦ blue 187

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

Shades of Rock Blue #8199BB

Tints of Rock Blue #8199BB

RGB

 RED value IS 129 (50.78% from 255) = 27.51%

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

 BLUE value IS 187 (73.44% from 255) = 39.87%

R = 27.51%
G = 32.62%
B = 39.87%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8199BB (or 0x8199BB) is known color: Rock Blue. HEX triplet: 81, 99 and BB. RGB value is (129,153,187). Sum of RGB (Red+Green+Blue) = 129+153+187=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #8199BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199BB is #7E6644. Grayscale: #959595. Windows color (decimal): -8283717 or 12294529. OLE color: 12294529.

HSL color Cylindrical-coordinate representation of color #8199BB: hue angle of 215.17º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8199BB is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 153 187 -
CMYK 0.31 0.18 0 0.27
HSL 215.17º 0.3% 0.62% -
HSV(B) 215.17º 0.31% 0.73% -
XYZ 29.41 31.04 51.45 -
YUV 149.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 129 153 187 0.31 0.18 0 0.27 215.17 0.3 0.62
Hex 81 99 BB 1F 12 0 1B D7 1E 3E
Octal 201 231 273 37 22 0 33 327 36 76
Binary 10000001 10011001 10111011 11111 10010 0 11011 11010111 11110 111110

Color Harmonies of #8199BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8199BB

Black with #8199BB

Text Example


Text Example

White with #8199BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8199BB; }

 p { color: rgb(129,153,187); }

 H1.HeaderClassName
 {
   color: #8199BB;
 }
 .AnyTagClassName
 {
   color: #8199BB;
 }
</style>

background-color css

<style>
 a { background-color: #8199BB; }

 a { background-color: rgb(129,153,187); }

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

border-color css

<style>
 span { border-color: #8199BB; }

 span { border-color: rgb(129,153,187); }

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