Html Css Color HEX #8798BA Rock Blue

📋 copy color: '#8798BA'

red 135 ◦ green 152 ◦ blue 186

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

Shades of Rock Blue #8798BA

Tints of Rock Blue #8798BA

RGB

 RED value IS 135 (53.13% from 255) = 28.54%

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

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

R = 28.54%
G = 32.14%
B = 39.32%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8798BA (or 0x8798BA) is known color: Rock Blue. HEX triplet: 87, 98 and BA. RGB value is (135,152,186). Sum of RGB (Red+Green+Blue) = 135+152+186=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #8798BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8798BA is #786745. Grayscale: #969696. Windows color (decimal): -7890758 or 12228743. OLE color: 12228743.

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

Color convert

RGB 135 152 186 -
CMYK 0.27 0.18 0 0.27
HSL 220º 0.27% 0.63% -
HSV(B) 220º 0.27% 0.73% -
XYZ 30.08 31.15 50.88 -
YUV 150.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 135 152 186 0.27 0.18 0 0.27 220 0.27 0.63
Hex 87 98 BA 1B 12 0 1B DC 1B 3F
Octal 207 230 272 33 22 0 33 334 33 77
Binary 10000111 10011000 10111010 11011 10010 0 11011 11011100 11011 111111

Color Harmonies of #8798BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8798BA

Black with #8798BA

Text Example


Text Example

White with #8798BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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