Html Css Color HEX #8F9FBE Rock Blue

📋 copy color: '#8F9FBE'

red 143 ◦ green 159 ◦ blue 190

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

Shades of Rock Blue #8F9FBE

Tints of Rock Blue #8F9FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 29.07%
G = 32.32%
B = 38.62%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F9FBE (or 0x8F9FBE) is known color: Rock Blue. HEX triplet: 8F, 9F and BE. RGB value is (143,159,190). Sum of RGB (Red+Green+Blue) = 143+159+190=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F9FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FBE is #706041. Grayscale: #9D9D9D. Windows color (decimal): -7364674 or 12492687. OLE color: 12492687.

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

Color convert

RGB 143 159 190 -
CMYK 0.25 0.16 0 0.25
HSL 219.57º 0.27% 0.65% -
HSV(B) 219.57º 0.25% 0.75% -
XYZ 33.02 34.35 53.61 -
YUV 157.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 143 159 190 0.25 0.16 0 0.25 219.57 0.27 0.65
Hex 8F 9F BE 19 10 0 19 DC 1B 41
Octal 217 237 276 31 20 0 31 334 33 101
Binary 10001111 10011111 10111110 11001 10000 0 11001 11011100 11011 1000001

Color Harmonies of #8F9FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9FBE

Black with #8F9FBE

Text Example


Text Example

White with #8F9FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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