Html Css Color HEX #8199BD Rock Blue

📋 copy color: '#8199BD'

red 129 ◦ green 153 ◦ blue 189

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

Shades of Rock Blue #8199BD

Tints of Rock Blue #8199BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.13%

R = 27.39%
G = 32.48%
B = 40.13%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8199BD (or 0x8199BD) is known color: Rock Blue. HEX triplet: 81, 99 and BD. RGB value is (129,153,189). Sum of RGB (Red+Green+Blue) = 129+153+189=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #8199BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199BD is #7E6642. Grayscale: #959595. Windows color (decimal): -8283715 or 12425601. OLE color: 12425601.

HSL color Cylindrical-coordinate representation of color #8199BD: hue angle of 216º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8199BD is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 153 189 -
CMYK 0.32 0.19 0 0.26
HSL 216º 0.31% 0.62% -
HSV(B) 216º 0.32% 0.74% -
XYZ 29.63 31.12 52.59 -
YUV 149.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 129 153 189 0.32 0.19 0 0.26 216 0.31 0.62
Hex 81 99 BD 20 13 0 1A D8 1F 3E
Octal 201 231 275 40 23 0 32 330 37 76
Binary 10000001 10011001 10111101 100000 10011 0 11010 11011000 11111 111110

Color Harmonies of #8199BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8199BD

Black with #8199BD

Text Example


Text Example

White with #8199BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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