Html Css Color HEX #8C9ABA Rock Blue

📋 copy color: '#8C9ABA'

red 140 ◦ green 154 ◦ blue 186

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

Shades of Rock Blue #8C9ABA

Tints of Rock Blue #8C9ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.08%

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

R = 29.17%
G = 32.08%
B = 38.75%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C9ABA (or 0x8C9ABA) is known color: Rock Blue. HEX triplet: 8C, 9A and BA. RGB value is (140,154,186). Sum of RGB (Red+Green+Blue) = 140+154+186=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ABA is #736545. Grayscale: #999999. Windows color (decimal): -7562566 or 12229260. OLE color: 12229260.

HSL color Cylindrical-coordinate representation of color #8C9ABA: hue angle of 221.74º 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 #8C9ABA is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 154 186 -
CMYK 0.25 0.17 0 0.27
HSL 221.74º 0.25% 0.64% -
HSV(B) 221.74º 0.25% 0.73% -
XYZ 31.23 32.23 51.03 -
YUV 153.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 140 154 186 0.25 0.17 0 0.27 221.74 0.25 0.64
Hex 8C 9A BA 19 11 0 1B DE 19 40
Octal 214 232 272 31 21 0 33 336 31 100
Binary 10001100 10011010 10111010 11001 10001 0 11011 11011110 11001 1000000

Color Harmonies of #8C9ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9ABA

Black with #8C9ABA

Text Example


Text Example

White with #8C9ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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