Html Css Color HEX #8F9FBB Rock Blue

📋 copy color: '#8F9FBB'

red 143 ◦ green 159 ◦ blue 187

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

Shades of Rock Blue #8F9FBB

Tints of Rock Blue #8F9FBB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.52%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 29.24%
G = 32.52%
B = 38.24%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F9FBB (or 0x8F9FBB) is known color: Rock Blue. HEX triplet: 8F, 9F and BB. RGB value is (143,159,187). Sum of RGB (Red+Green+Blue) = 143+159+187=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F9FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FBB is #706044. Grayscale: #9D9D9D. Windows color (decimal): -7364677 or 12296079. OLE color: 12296079.

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

Color convert

RGB 143 159 187 -
CMYK 0.24 0.15 0 0.27
HSL 218.18º 0.24% 0.65% -
HSV(B) 218.18º 0.24% 0.73% -
XYZ 32.7 34.22 51.9 -
YUV 157.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 143 159 187 0.24 0.15 0 0.27 218.18 0.24 0.65
Hex 8F 9F BB 18 F 0 1B DA 18 41
Octal 217 237 273 30 17 0 33 332 30 101
Binary 10001111 10011111 10111011 11000 1111 0 11011 11011010 11000 1000001

Color Harmonies of #8F9FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9FBB

Black with #8F9FBB

Text Example


Text Example

White with #8F9FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,159,187); }

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

background-color css

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

 a { background-color: rgb(143,159,187); }

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

border-color css

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

 span { border-color: rgb(143,159,187); }

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