Html Css Color HEX #8799BE Rock Blue

📋 copy color: '#8799BE'

red 135 ◦ green 153 ◦ blue 190

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

Shades of Rock Blue #8799BE

Tints of Rock Blue #8799BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 28.24%
G = 32.01%
B = 39.75%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8799BE (or 0x8799BE) is known color: Rock Blue. HEX triplet: 87, 99 and BE. RGB value is (135,153,190). Sum of RGB (Red+Green+Blue) = 135+153+190=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #8799BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799BE is #786641. Grayscale: #979797. Windows color (decimal): -7890498 or 12491143. OLE color: 12491143.

HSL color Cylindrical-coordinate representation of color #8799BE: hue angle of 220.36º 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 #8799BE is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 153 190 -
CMYK 0.29 0.19 0 0.25
HSL 220.36º 0.3% 0.64% -
HSV(B) 220.36º 0.29% 0.75% -
XYZ 30.68 31.65 53.21 -
YUV 151.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 135 153 190 0.29 0.19 0 0.25 220.36 0.3 0.64
Hex 87 99 BE 1D 13 0 19 DC 1E 40
Octal 207 231 276 35 23 0 31 334 36 100
Binary 10000111 10011001 10111110 11101 10011 0 11001 11011100 11110 1000000

Color Harmonies of #8799BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8799BE

Black with #8799BE

Text Example


Text Example

White with #8799BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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