Html Css Color HEX #8398BA Rock Blue

📋 copy color: '#8398BA'

red 131 ◦ green 152 ◦ blue 186

#8398BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #8398BA

Tints of Rock Blue #8398BA

RGB

 RED value IS 131 (51.56% from 255) = 27.93%

 GREEN value IS 152 (59.77% from 255) = 32.41%

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 27.93%
G = 32.41%
B = 39.66%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8398BA (or 0x8398BA) is known color: Rock Blue. HEX triplet: 83, 98 and BA. RGB value is (131,152,186). Sum of RGB (Red+Green+Blue) = 131+152+186=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #8398BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398BA is #7C6745. Grayscale: #959595. Windows color (decimal): -8152902 or 12228739. OLE color: 12228739.

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

Color convert

RGB 131 152 186 -
CMYK 0.30 0.18 0 0.27
HSL 217.09º 0.28% 0.62% -
HSV(B) 217.09º 0.3% 0.73% -
XYZ 29.45 30.83 50.85 -
YUV 149.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 131 152 186 0.30 0.18 0 0.27 217.09 0.28 0.62
Hex 83 98 BA 1E 12 0 1B D9 1C 3E
Octal 203 230 272 36 22 0 33 331 34 76
Binary 10000011 10011000 10111010 11110 10010 0 11011 11011001 11100 111110

Color Harmonies of #8398BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398BA

Black with #8398BA

Text Example


Text Example

White with #8398BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8398BA;
 }
 .AnyTagClassName
 {
   color: #8398BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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