#8398BF

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

Shades of Rock Blue #8398BF

Tints of Rock Blue #8398BF

Color information

#8398BF (or 0x8398BF) is unknown color: approx Rock Blue. HEX triplet: 83, 98 and BF. RGB value is (131,152,191). Sum of RGB (Red+Green+Blue) = 131+152+191=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #8398BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398BF is #7C6740. Grayscale: #959595. Windows color (decimal): -8152897 or 12556419. OLE color: 12556419.

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

Color convert

RGB131152191-
CMYK0.310.2000.25
HSL219º31.91%63.14%-
HSV(B)219º31.41%74.9%-
XYZ29.9931.0453.7-
YUV150.17151.04114.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.64%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 191 (75% from 255) = 40.30%
R=27.64%
G=32.07%
B=40.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311521910.310.2000.2521931.9163.14
Hex8398BF1F14019db203f
Octal20323027737240313334077
Binary100000111001100010111111111111010001100111011011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8398BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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