Html Css Color HEX #8F94CE Blue Bell

📋 copy color: '#8F94CE'

red 143 ◦ green 148 ◦ blue 206

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

Shades of Blue Bell #8F94CE

Tints of Blue Bell #8F94CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 28.77%
G = 29.78%
B = 41.45%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F94CE (or 0x8F94CE) is known color: Blue Bell. HEX triplet: 8F, 94 and CE. RGB value is (143,148,206). Sum of RGB (Red+Green+Blue) = 143+148+206=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F94CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F94CE is #706B31. Grayscale: #989898. Windows color (decimal): -7367474 or 13538447. OLE color: 13538447.

HSL color Cylindrical-coordinate representation of color #8F94CE: hue angle of 235.24º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F94CE is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 148 206 -
CMYK 0.31 0.28 0 0.19
HSL 235.24º 0.39% 0.68% -
HSV(B) 235.24º 0.31% 0.81% -
XYZ 33.06 31.48 62.73 -
YUV 153.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 143 148 206 0.31 0.28 0 0.19 235.24 0.39 0.68
Hex 8F 94 CE 1F 1C 0 13 EB 27 44
Octal 217 224 316 37 34 0 23 353 47 104
Binary 10001111 10010100 11001110 11111 11100 0 10011 11101011 100111 1000100

Color Harmonies of #8F94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F94CE

Black with #8F94CE

Text Example


Text Example

White with #8F94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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