Html Css Color HEX #8799C2 Rock Blue

📋 copy color: '#8799C2'

red 135 ◦ green 153 ◦ blue 194

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

Shades of Rock Blue #8799C2

Tints of Rock Blue #8799C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.25%

R = 28.01%
G = 31.74%
B = 40.25%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8799C2 (or 0x8799C2) is known color: Rock Blue. HEX triplet: 87, 99 and C2. RGB value is (135,153,194). Sum of RGB (Red+Green+Blue) = 135+153+194=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #8799C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8799C2 is #78663D. Grayscale: #989898. Windows color (decimal): -7890494 or 12753287. OLE color: 12753287.

HSL color Cylindrical-coordinate representation of color #8799C2: hue angle of 221.69º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8799C2 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 153 194 -
CMYK 0.30 0.21 0 0.24
HSL 221.69º 0.33% 0.65% -
HSV(B) 221.69º 0.3% 0.76% -
XYZ 31.12 31.83 55.54 -
YUV 152.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 135 153 194 0.30 0.21 0 0.24 221.69 0.33 0.65
Hex 87 99 C2 1E 15 0 18 DE 21 41
Octal 207 231 302 36 25 0 30 336 41 101
Binary 10000111 10011001 11000010 11110 10101 0 11000 11011110 100001 1000001

Color Harmonies of #8799C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8799C2

Black with #8799C2

Text Example


Text Example

White with #8799C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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