Html Css Color HEX #8398B9 Rock Blue

📋 copy color: '#8398B9'

red 131 ◦ green 152 ◦ blue 185

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

Shades of Rock Blue #8398B9

Tints of Rock Blue #8398B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 27.99%
G = 32.48%
B = 39.53%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8398B9 (or 0x8398B9) is known color: Rock Blue. HEX triplet: 83, 98 and B9. RGB value is (131,152,185). Sum of RGB (Red+Green+Blue) = 131+152+185=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #8398B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398B9 is #7C6746. Grayscale: #959595. Windows color (decimal): -8152903 or 12163203. OLE color: 12163203.

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

Color convert

RGB 131 152 185 -
CMYK 0.29 0.18 0 0.27
HSL 216.67º 0.28% 0.62% -
HSV(B) 216.67º 0.29% 0.73% -
XYZ 29.35 30.78 50.29 -
YUV 149.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 131 152 185 0.29 0.18 0 0.27 216.67 0.28 0.62
Hex 83 98 B9 1D 12 0 1B D9 1C 3E
Octal 203 230 271 35 22 0 33 331 34 76
Binary 10000011 10011000 10111001 11101 10010 0 11011 11011001 11100 111110

Color Harmonies of #8398B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398B9

Black with #8398B9

Text Example


Text Example

White with #8398B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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