#8398BD

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

Shades of Rock Blue #8398BD

Tints of Rock Blue #8398BD

Color information

#8398BD (or 0x8398BD) is unknown color: approx Rock Blue. HEX triplet: 83, 98 and BD. RGB value is (131,152,189). Sum of RGB (Red+Green+Blue) = 131+152+189=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #8398BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398BD is #7C6742. Grayscale: #959595. Windows color (decimal): -8152899 or 12425347. OLE color: 12425347.

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

Color convert

RGB131152189-
CMYK0.310.2000.26
HSL218.28º30.53%62.75%-
HSV(B)218.28º30.69%74.12%-
XYZ29.7730.9652.55-
YUV149.94150.04114.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.75%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=27.75%
G=32.20%
B=40.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311521890.310.2000.26218.2830.5362.75
Hex8398BD1F1401Ada1f3f
Octal20323027537240323323777
Binary10000011100110001011110111111101000110101101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8398BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,152,189); }

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

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

 a { background-color: rgb(131,152,189); }

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

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

 span { border-color: rgb(131,152,189); }

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