Html Css Color HEX #8199BE Rock Blue

📋 copy color: '#8199BE'

red 129 ◦ green 153 ◦ blue 190

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

Shades of Rock Blue #8199BE

Tints of Rock Blue #8199BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.25%

R = 27.33%
G = 32.42%
B = 40.25%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8199BE (or 0x8199BE) is known color: Rock Blue. HEX triplet: 81, 99 and BE. RGB value is (129,153,190). Sum of RGB (Red+Green+Blue) = 129+153+190=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #8199BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199BE is #7E6641. Grayscale: #959595. Windows color (decimal): -8283714 or 12491137. OLE color: 12491137.

HSL color Cylindrical-coordinate representation of color #8199BE: hue angle of 216.39º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8199BE is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 153 190 -
CMYK 0.32 0.19 0 0.25
HSL 216.39º 0.32% 0.63% -
HSV(B) 216.39º 0.32% 0.75% -
XYZ 29.74 31.17 53.16 -
YUV 150.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 129 153 190 0.32 0.19 0 0.25 216.39 0.32 0.63
Hex 81 99 BE 20 13 0 19 D8 20 3F
Octal 201 231 276 40 23 0 31 330 40 77
Binary 10000001 10011001 10111110 100000 10011 0 11001 11011000 100000 111111

Color Harmonies of #8199BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8199BE

Black with #8199BE

Text Example


Text Example

White with #8199BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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