Html Css Color HEX #8799BF Rock Blue

📋 copy color: '#8799BF'

red 135 ◦ green 153 ◦ blue 191

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

Shades of Rock Blue #8799BF

Tints of Rock Blue #8799BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.87%

R = 28.18%
G = 31.94%
B = 39.87%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8799BF (or 0x8799BF) is known color: Rock Blue. HEX triplet: 87, 99 and BF. RGB value is (135,153,191). Sum of RGB (Red+Green+Blue) = 135+153+191=479 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.18% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #8799BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799BF is #786640. Grayscale: #979797. Windows color (decimal): -7890497 or 12556679. OLE color: 12556679.

HSL color Cylindrical-coordinate representation of color #8799BF: hue angle of 220.71º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8799BF is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 153 191 -
CMYK 0.29 0.20 0 0.25
HSL 220.71º 0.3% 0.64% -
HSV(B) 220.71º 0.29% 0.75% -
XYZ 30.79 31.69 53.79 -
YUV 151.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 135 153 191 0.29 0.20 0 0.25 220.71 0.3 0.64
Hex 87 99 BF 1D 14 0 19 DD 1E 40
Octal 207 231 277 35 24 0 31 335 36 100
Binary 10000111 10011001 10111111 11101 10100 0 11001 11011101 11110 1000000

Color Harmonies of #8799BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8799BF

Black with #8799BF

Text Example


Text Example

White with #8799BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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