Html Css Color HEX #8C99BE Rock Blue

📋 copy color: '#8C99BE'

red 140 ◦ green 153 ◦ blue 190

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

Shades of Rock Blue #8C99BE

Tints of Rock Blue #8C99BE

RGB

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

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

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

R = 28.99%
G = 31.68%
B = 39.34%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C99BE (or 0x8C99BE) is known color: Rock Blue. HEX triplet: 8C, 99 and BE. RGB value is (140,153,190). Sum of RGB (Red+Green+Blue) = 140+153+190=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C99BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C99BE is #736641. Grayscale: #999999. Windows color (decimal): -7562818 or 12491148. OLE color: 12491148.

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

Color convert

RGB 140 153 190 -
CMYK 0.26 0.19 0 0.25
HSL 224.4º 0.28% 0.65% -
HSV(B) 224.4º 0.26% 0.75% -
XYZ 31.5 32.08 53.25 -
YUV 153.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 140 153 190 0.26 0.19 0 0.25 224.4 0.28 0.65
Hex 8C 99 BE 1A 13 0 19 E0 1C 41
Octal 214 231 276 32 23 0 31 340 34 101
Binary 10001100 10011001 10111110 11010 10011 0 11001 11100000 11100 1000001

Color Harmonies of #8C99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C99BE

Black with #8C99BE

Text Example


Text Example

White with #8C99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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