Html Css Color HEX #8C99BC Rock Blue

📋 copy color: '#8C99BC'

red 140 ◦ green 153 ◦ blue 188

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

Shades of Rock Blue #8C99BC

Tints of Rock Blue #8C99BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.09%

R = 29.11%
G = 31.81%
B = 39.09%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C99BC (or 0x8C99BC) is known color: Rock Blue. HEX triplet: 8C, 99 and BC. RGB value is (140,153,188). Sum of RGB (Red+Green+Blue) = 140+153+188=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C99BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C99BC is #736643. Grayscale: #989898. Windows color (decimal): -7562820 or 12360076. OLE color: 12360076.

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

Color convert

RGB 140 153 188 -
CMYK 0.26 0.19 0 0.26
HSL 223.75º 0.26% 0.64% -
HSV(B) 223.75º 0.26% 0.74% -
XYZ 31.28 31.99 52.1 -
YUV 153.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 140 153 188 0.26 0.19 0 0.26 223.75 0.26 0.64
Hex 8C 99 BC 1A 13 0 1A E0 1A 40
Octal 214 231 274 32 23 0 32 340 32 100
Binary 10001100 10011001 10111100 11010 10011 0 11010 11100000 11010 1000000

Color Harmonies of #8C99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C99BC

Black with #8C99BC

Text Example


Text Example

White with #8C99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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