Html Css Color HEX #8398B5 Rock Blue

📋 copy color: '#8398B5'

red 131 ◦ green 152 ◦ blue 181

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

Shades of Rock Blue #8398B5

Tints of Rock Blue #8398B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.01%

R = 28.23%
G = 32.76%
B = 39.01%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8398B5 (or 0x8398B5) is known color: Rock Blue. HEX triplet: 83, 98 and B5. RGB value is (131,152,181). Sum of RGB (Red+Green+Blue) = 131+152+181=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #8398B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398B5 is #7C674A. Grayscale: #949494. Windows color (decimal): -8152907 or 11901059. OLE color: 11901059.

HSL color Cylindrical-coordinate representation of color #8398B5: hue angle of 214.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8398B5 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 152 181 -
CMYK 0.28 0.16 0 0.29
HSL 214.8º 0.25% 0.61% -
HSV(B) 214.8º 0.28% 0.71% -
XYZ 28.93 30.62 48.1 -
YUV 149.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 131 152 181 0.28 0.16 0 0.29 214.8 0.25 0.61
Hex 83 98 B5 1C 10 0 1D D7 19 3D
Octal 203 230 265 34 20 0 35 327 31 75
Binary 10000011 10011000 10110101 11100 10000 0 11101 11010111 11001 111101

Color Harmonies of #8398B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398B5

Black with #8398B5

Text Example


Text Example

White with #8398B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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