Html Css Color HEX #8F9DBF Rock Blue

📋 copy color: '#8F9DBF'

red 143 ◦ green 157 ◦ blue 191

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

Shades of Rock Blue #8F9DBF

Tints of Rock Blue #8F9DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.9%

R = 29.12%
G = 31.98%
B = 38.9%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F9DBF (or 0x8F9DBF) is known color: Rock Blue. HEX triplet: 8F, 9D and BF. RGB value is (143,157,191). Sum of RGB (Red+Green+Blue) = 143+157+191=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F9DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9DBF is #706240. Grayscale: #9C9C9C. Windows color (decimal): -7365185 or 12557711. OLE color: 12557711.

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

Color convert

RGB 143 157 191 -
CMYK 0.25 0.18 0 0.25
HSL 222.5º 0.27% 0.65% -
HSV(B) 222.5º 0.25% 0.75% -
XYZ 32.79 33.72 54.07 -
YUV 156.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 143 157 191 0.25 0.18 0 0.25 222.5 0.27 0.65
Hex 8F 9D BF 19 12 0 19 DE 1B 41
Octal 217 235 277 31 22 0 31 336 33 101
Binary 10001111 10011101 10111111 11001 10010 0 11001 11011110 11011 1000001

Color Harmonies of #8F9DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9DBF

Black with #8F9DBF

Text Example


Text Example

White with #8F9DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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