Html Css Color HEX #8F9ABA Rock Blue

📋 copy color: '#8F9ABA'

red 143 ◦ green 154 ◦ blue 186

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

Shades of Rock Blue #8F9ABA

Tints of Rock Blue #8F9ABA

RGB

 RED value IS 143 (56.25% from 255) = 29.61%

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

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

R = 29.61%
G = 31.88%
B = 38.51%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F9ABA (or 0x8F9ABA) is known color: Rock Blue. HEX triplet: 8F, 9A and BA. RGB value is (143,154,186). Sum of RGB (Red+Green+Blue) = 143+154+186=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ABA is #706545. Grayscale: #9A9A9A. Windows color (decimal): -7365958 or 12229263. OLE color: 12229263.

HSL color Cylindrical-coordinate representation of color #8F9ABA: hue angle of 224.65º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F9ABA is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 154 186 -
CMYK 0.23 0.17 0 0.27
HSL 224.65º 0.24% 0.65% -
HSV(B) 224.65º 0.23% 0.73% -
XYZ 31.75 32.5 51.05 -
YUV 154.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 143 154 186 0.23 0.17 0 0.27 224.65 0.24 0.65
Hex 8F 9A BA 17 11 0 1B E1 18 41
Octal 217 232 272 27 21 0 33 341 30 101
Binary 10001111 10011010 10111010 10111 10001 0 11011 11100001 11000 1000001

Color Harmonies of #8F9ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9ABA

Black with #8F9ABA

Text Example


Text Example

White with #8F9ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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