#8199BC

Color #8199BC Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8199BC

Tints of Rock Blue #8199BC

Color information

#8199BC (or 0x8199BC) is unknown color: approx Rock Blue. HEX triplet: 81, 99 and BC. RGB value is (129,153,188). Sum of RGB (Red+Green+Blue) = 129+153+188=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #8199BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8199BC is #7E6643. Grayscale: #959595. Windows color (decimal): -8283716 or 12360065. OLE color: 12360065.

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

Color convert

RGB129153188-
CMYK0.310.1900.26
HSL215.59º30.57%62.16%-
HSV(B)215.59º31.38%73.73%-
XYZ29.5231.0852.02-
YUV149.81149.55113.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.45%
GREEN value IS 153 (60.16% from 255) = 32.55%
BLUE value IS 188 (73.83% from 255) = 40%
R=27.45%
G=32.55%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1291531880.310.1900.26215.5930.5762.16
Hex8199BC1F1301Ad81f3e
Octal20123127437230323303776
Binary10000001100110011011110011111100110110101101100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8199BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8199BC;
 }
 .AnyTagClassName
 {
   color: #8199BC;
 }
</style>
background-color css

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

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

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

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

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

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