Html Css Color HEX #8799BD Rock Blue

📋 copy color: '#8799BD'

red 135 ◦ green 153 ◦ blue 189

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

Shades of Rock Blue #8799BD

Tints of Rock Blue #8799BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.08%

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

R = 28.3%
G = 32.08%
B = 39.62%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8799BD (or 0x8799BD) is known color: Rock Blue. HEX triplet: 87, 99 and BD. RGB value is (135,153,189). Sum of RGB (Red+Green+Blue) = 135+153+189=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #8799BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799BD is #786642. Grayscale: #979797. Windows color (decimal): -7890499 or 12425607. OLE color: 12425607.

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

Color convert

RGB 135 153 189 -
CMYK 0.29 0.19 0 0.26
HSL 220º 0.29% 0.64% -
HSV(B) 220º 0.29% 0.74% -
XYZ 30.57 31.61 52.63 -
YUV 151.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 135 153 189 0.29 0.19 0 0.26 220 0.29 0.64
Hex 87 99 BD 1D 13 0 1A DC 1D 40
Octal 207 231 275 35 23 0 32 334 35 100
Binary 10000111 10011001 10111101 11101 10011 0 11010 11011100 11101 1000000

Color Harmonies of #8799BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8799BD

Black with #8799BD

Text Example


Text Example

White with #8799BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,153,189); }

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

background-color css

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

 a { background-color: rgb(135,153,189); }

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

border-color css

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

 span { border-color: rgb(135,153,189); }

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