Html Css Color HEX #8F9DBE Rock Blue

📋 copy color: '#8F9DBE'

red 143 ◦ green 157 ◦ blue 190

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

Shades of Rock Blue #8F9DBE

Tints of Rock Blue #8F9DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.04%

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

R = 29.18%
G = 32.04%
B = 38.78%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F9DBE (or 0x8F9DBE) is known color: Rock Blue. HEX triplet: 8F, 9D and BE. RGB value is (143,157,190). Sum of RGB (Red+Green+Blue) = 143+157+190=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F9DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DBE is #706241. Grayscale: #9C9C9C. Windows color (decimal): -7365186 or 12492175. OLE color: 12492175.

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

Color convert

RGB 143 157 190 -
CMYK 0.25 0.17 0 0.25
HSL 222.13º 0.27% 0.65% -
HSV(B) 222.13º 0.25% 0.75% -
XYZ 32.68 33.67 53.49 -
YUV 156.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 143 157 190 0.25 0.17 0 0.25 222.13 0.27 0.65
Hex 8F 9D BE 19 11 0 19 DE 1B 41
Octal 217 235 276 31 21 0 31 336 33 101
Binary 10001111 10011101 10111110 11001 10001 0 11001 11011110 11011 1000001

Color Harmonies of #8F9DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9DBE

Black with #8F9DBE

Text Example


Text Example

White with #8F9DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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