Html Css Color HEX #8F93CD Blue Bell

📋 copy color: '#8F93CD'

red 143 ◦ green 147 ◦ blue 205

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

Shades of Blue Bell #8F93CD

Tints of Blue Bell #8F93CD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.7%

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 28.89%
G = 29.7%
B = 41.41%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F93CD (or 0x8F93CD) is known color: Blue Bell. HEX triplet: 8F, 93 and CD. RGB value is (143,147,205). Sum of RGB (Red+Green+Blue) = 143+147+205=495 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.89% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F93CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F93CD is #706C32. Grayscale: #989898. Windows color (decimal): -7367731 or 13472655. OLE color: 13472655.

HSL color Cylindrical-coordinate representation of color #8F93CD: hue angle of 236.13º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F93CD is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 147 205 -
CMYK 0.30 0.28 0 0.20
HSL 236.13º 0.38% 0.68% -
HSV(B) 236.13º 0.3% 0.8% -
XYZ 32.78 31.11 62.04 -
YUV 152.42 157.67 121.28 -
System Red Green Blue C M Y K H S L
Decimal 143 147 205 0.30 0.28 0 0.20 236.13 0.38 0.68
Hex 8F 93 CD 1E 1C 0 14 EC 26 44
Octal 217 223 315 36 34 0 24 354 46 104
Binary 10001111 10010011 11001101 11110 11100 0 10100 11101100 100110 1000100

Color Harmonies of #8F93CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F93CD

Black with #8F93CD

Text Example


Text Example

White with #8F93CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,147,205); }

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

background-color css

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

 a { background-color: rgb(143,147,205); }

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

border-color css

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

 span { border-color: rgb(143,147,205); }

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