#8198BC

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

Shades of Rock Blue #8198BC

Tints of Rock Blue #8198BC

Color information

#8198BC (or 0x8198BC) is unknown color: approx Rock Blue. HEX triplet: 81, 98 and BC. RGB value is (129,152,188). Sum of RGB (Red+Green+Blue) = 129+152+188=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #8198BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198BC is #7E6743. Grayscale: #959595. Windows color (decimal): -8283972 or 12359809. OLE color: 12359809.

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

Color convert

RGB129152188-
CMYK0.310.1900.26
HSL216.61º30.57%62.16%-
HSV(B)216.61º31.38%73.73%-
XYZ29.3630.7551.97-
YUV149.23149.88113.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.51%
GREEN value IS 152 (59.77% from 255) = 32.41%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=27.51%
G=32.41%
B=40.09%

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
Decimal1291521880.310.1900.26216.6130.5762.16
Hex8198BC1F1301Ad91f3e
Octal20123027437230323313776
Binary10000001100110001011110011111100110110101101100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8198BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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