#8198BA

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

Shades of Rock Blue #8198BA

Tints of Rock Blue #8198BA

Color information

#8198BA (or 0x8198BA) is unknown color: approx Rock Blue. HEX triplet: 81, 98 and BA. RGB value is (129,152,186). Sum of RGB (Red+Green+Blue) = 129+152+186=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #8198BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8198BA is #7E6745. Grayscale: #949494. Windows color (decimal): -8283974 or 12228737. OLE color: 12228737.

HSL color Cylindrical-coordinate representation of color #8198BA: hue angle of 215.79º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8198BA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB129152186-
CMYK0.310.1800.27
HSL215.79º29.23%61.76%-
HSV(B)215.79º30.65%72.94%-
XYZ29.1430.6750.84-
YUV149148.88113.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=27.62%
G=32.55%
B=39.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1291521860.310.1800.27215.7929.2361.76
Hex8198BA1F1201Bd81d3e
Octal20123027237220333303576
Binary10000001100110001011101011111100100110111101100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8198BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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