Html Css Color HEX #8398BD Rock Blue

📋 copy color: '#8398BD'

red 131 ◦ green 152 ◦ blue 189

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

Shades of Rock Blue #8398BD

Tints of Rock Blue #8398BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.04%

R = 27.75%
G = 32.2%
B = 40.04%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8398BD (or 0x8398BD) is known color: Rock Blue. HEX triplet: 83, 98 and BD. RGB value is (131,152,189). Sum of RGB (Red+Green+Blue) = 131+152+189=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #8398BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8398BD is #7C6742. Grayscale: #959595. Windows color (decimal): -8152899 or 12425347. OLE color: 12425347.

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

Color convert

RGB 131 152 189 -
CMYK 0.31 0.20 0 0.26
HSL 218.28º 0.31% 0.63% -
HSV(B) 218.28º 0.31% 0.74% -
XYZ 29.77 30.96 52.55 -
YUV 149.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 131 152 189 0.31 0.20 0 0.26 218.28 0.31 0.63
Hex 83 98 BD 1F 14 0 1A DA 1F 3F
Octal 203 230 275 37 24 0 32 332 37 77
Binary 10000011 10011000 10111101 11111 10100 0 11010 11011010 11111 111111

Color Harmonies of #8398BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8398BD

Black with #8398BD

Text Example


Text Example

White with #8398BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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