Html Css Color HEX #8F9BBB Rock Blue

📋 copy color: '#8F9BBB'

red 143 ◦ green 155 ◦ blue 187

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

Shades of Rock Blue #8F9BBB

Tints of Rock Blue #8F9BBB

RGB

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

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

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

R = 29.48%
G = 31.96%
B = 38.56%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F9BBB (or 0x8F9BBB) is known color: Rock Blue. HEX triplet: 8F, 9B and BB. RGB value is (143,155,187). Sum of RGB (Red+Green+Blue) = 143+155+187=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F9BBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BBB is #706444. Grayscale: #9A9A9A. Windows color (decimal): -7365701 or 12295055. OLE color: 12295055.

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

Color convert

RGB 143 155 187 -
CMYK 0.24 0.17 0 0.27
HSL 223.64º 0.24% 0.65% -
HSV(B) 223.64º 0.24% 0.73% -
XYZ 32.02 32.87 51.67 -
YUV 155.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 143 155 187 0.24 0.17 0 0.27 223.64 0.24 0.65
Hex 8F 9B BB 18 11 0 1B E0 18 41
Octal 217 233 273 30 21 0 33 340 30 101
Binary 10001111 10011011 10111011 11000 10001 0 11011 11100000 11000 1000001

Color Harmonies of #8F9BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BBB

Black with #8F9BBB

Text Example


Text Example

White with #8F9BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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