Html Css Color HEX #8398B4 Rock Blue

📋 copy color: '#8398B4'

red 131 ◦ green 152 ◦ blue 180

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

Shades of Rock Blue #8398B4

Tints of Rock Blue #8398B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.88%

R = 28.29%
G = 32.83%
B = 38.88%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8398B4 (or 0x8398B4) is known color: Rock Blue. HEX triplet: 83, 98 and B4. RGB value is (131,152,180). Sum of RGB (Red+Green+Blue) = 131+152+180=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #8398B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398B4 is #7C674B. Grayscale: #949494. Windows color (decimal): -8152908 or 11835523. OLE color: 11835523.

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

Color convert

RGB 131 152 180 -
CMYK 0.27 0.16 0 0.29
HSL 214.29º 0.25% 0.61% -
HSV(B) 214.29º 0.27% 0.71% -
XYZ 28.83 30.58 47.56 -
YUV 148.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 131 152 180 0.27 0.16 0 0.29 214.29 0.25 0.61
Hex 83 98 B4 1B 10 0 1D D6 19 3D
Octal 203 230 264 33 20 0 35 326 31 75
Binary 10000011 10011000 10110100 11011 10000 0 11101 11010110 11001 111101

Color Harmonies of #8398B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398B4

Black with #8398B4

Text Example


Text Example

White with #8398B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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