Html Css Color HEX #8F9AC0 Rock Blue

📋 copy color: '#8F9AC0'

red 143 ◦ green 154 ◦ blue 192

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

Shades of Rock Blue #8F9AC0

Tints of Rock Blue #8F9AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.26%

R = 29.24%
G = 31.49%
B = 39.26%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F9AC0 (or 0x8F9AC0) is known color: Rock Blue. HEX triplet: 8F, 9A and C0. RGB value is (143,154,192). Sum of RGB (Red+Green+Blue) = 143+154+192=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F9AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9AC0 is #70653F. Grayscale: #9A9A9A. Windows color (decimal): -7365952 or 12622479. OLE color: 12622479.

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

Color convert

RGB 143 154 192 -
CMYK 0.26 0.20 0 0.25
HSL 226.53º 0.28% 0.66% -
HSV(B) 226.53º 0.26% 0.75% -
XYZ 32.4 32.76 54.48 -
YUV 155.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 143 154 192 0.26 0.20 0 0.25 226.53 0.28 0.66
Hex 8F 9A C0 1A 14 0 19 E3 1C 42
Octal 217 232 300 32 24 0 31 343 34 102
Binary 10001111 10011010 11000000 11010 10100 0 11001 11100011 11100 1000010

Color Harmonies of #8F9AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9AC0

Black with #8F9AC0

Text Example


Text Example

White with #8F9AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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