#8299BC

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

Shades of Rock Blue #8299BC

Tints of Rock Blue #8299BC

Color information

#8299BC (or 0x8299BC) is unknown color: approx Rock Blue. HEX triplet: 82, 99 and BC. RGB value is (130,153,188). Sum of RGB (Red+Green+Blue) = 130+153+188=471 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.60% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #8299BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8299BC is #7D6643. Grayscale: #959595. Windows color (decimal): -8218180 or 12360066. OLE color: 12360066.

HSL color Cylindrical-coordinate representation of color #8299BC: hue angle of 216.21º degrees, saturation: 0.3, 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 #8299BC is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB130153188-
CMYK0.310.1900.26
HSL216.21º30.21%62.35%-
HSV(B)216.21º30.85%73.73%-
XYZ29.6731.1652.03-
YUV150.11149.38113.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.60%
GREEN value IS 153 (60.16% from 255) = 32.48%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=27.60%
G=32.48%
B=39.92%

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
Decimal1301531880.310.1900.26216.2130.2162.35
Hex8299BC1F1301Ad81e3e
Octal20223127437230323303676
Binary10000010100110011011110011111100110110101101100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8299BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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