Html Css Color HEX #8F94BE Blue Bell

📋 copy color: '#8F94BE'

red 143 ◦ green 148 ◦ blue 190

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

Shades of Blue Bell #8F94BE

Tints of Blue Bell #8F94BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.77%

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

R = 29.73%
G = 30.77%
B = 39.5%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F94BE (or 0x8F94BE) is known color: Blue Bell. HEX triplet: 8F, 94 and BE. RGB value is (143,148,190). Sum of RGB (Red+Green+Blue) = 143+148+190=481 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.73% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F94BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F94BE is #706B41. Grayscale: #979797. Windows color (decimal): -7367490 or 12489871. OLE color: 12489871.

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

Color convert

RGB 143 148 190 -
CMYK 0.25 0.22 0 0.25
HSL 233.62º 0.27% 0.65% -
HSV(B) 233.62º 0.25% 0.75% -
XYZ 31.21 30.74 53 -
YUV 151.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 143 148 190 0.25 0.22 0 0.25 233.62 0.27 0.65
Hex 8F 94 BE 19 16 0 19 EA 1B 41
Octal 217 224 276 31 26 0 31 352 33 101
Binary 10001111 10010100 10111110 11001 10110 0 11001 11101010 11011 1000001

Color Harmonies of #8F94BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F94BE

Black with #8F94BE

Text Example


Text Example

White with #8F94BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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