Html Css Color HEX #8C99BA Rock Blue

📋 copy color: '#8C99BA'

red 140 ◦ green 153 ◦ blue 186

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

Shades of Rock Blue #8C99BA

Tints of Rock Blue #8C99BA

RGB

 RED value IS 140 (55.08% from 255) = 29.23%

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

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

R = 29.23%
G = 31.94%
B = 38.83%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C99BA (or 0x8C99BA) is known color: Rock Blue. HEX triplet: 8C, 99 and BA. RGB value is (140,153,186). Sum of RGB (Red+Green+Blue) = 140+153+186=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C99BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C99BA is #736645. Grayscale: #989898. Windows color (decimal): -7562822 or 12229004. OLE color: 12229004.

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

Color convert

RGB 140 153 186 -
CMYK 0.25 0.18 0 0.27
HSL 223.04º 0.25% 0.64% -
HSV(B) 223.04º 0.25% 0.73% -
XYZ 31.07 31.9 50.97 -
YUV 152.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 140 153 186 0.25 0.18 0 0.27 223.04 0.25 0.64
Hex 8C 99 BA 19 12 0 1B DF 19 40
Octal 214 231 272 31 22 0 33 337 31 100
Binary 10001100 10011001 10111010 11001 10010 0 11011 11011111 11001 1000000

Color Harmonies of #8C99BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C99BA

Black with #8C99BA

Text Example


Text Example

White with #8C99BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C99BA; }

 p { color: rgb(140,153,186); }

 H1.HeaderClassName
 {
   color: #8C99BA;
 }
 .AnyTagClassName
 {
   color: #8C99BA;
 }
</style>

background-color css

<style>
 a { background-color: #8C99BA; }

 a { background-color: rgb(140,153,186); }

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

border-color css

<style>
 span { border-color: #8C99BA; }

 span { border-color: rgb(140,153,186); }

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