Html Css Color HEX #8F9BBA Rock Blue

📋 copy color: '#8F9BBA'

red 143 ◦ green 155 ◦ blue 186

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

Shades of Rock Blue #8F9BBA

Tints of Rock Blue #8F9BBA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.02%

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

R = 29.55%
G = 32.02%
B = 38.43%

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

#8F9BBA (or 0x8F9BBA) is known color: Rock Blue. HEX triplet: 8F, 9B and BA. RGB value is (143,155,186). Sum of RGB (Red+Green+Blue) = 143+155+186=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F9BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BBA is #706445. Grayscale: #9A9A9A. Windows color (decimal): -7365702 or 12229519. OLE color: 12229519.

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

Color convert

RGB 143 155 186 -
CMYK 0.23 0.17 0 0.27
HSL 223.26º 0.24% 0.65% -
HSV(B) 223.26º 0.23% 0.73% -
XYZ 31.91 32.83 51.11 -
YUV 154.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 143 155 186 0.23 0.17 0 0.27 223.26 0.24 0.65
Hex 8F 9B BA 17 11 0 1B DF 18 41
Octal 217 233 272 27 21 0 33 337 30 101
Binary 10001111 10011011 10111010 10111 10001 0 11011 11011111 11000 1000001

Color Harmonies of #8F9BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BBA

Black with #8F9BBA

Text Example


Text Example

White with #8F9BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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