Html Css Color HEX #8F93CF Blue Bell

📋 copy color: '#8F93CF'

red 143 ◦ green 147 ◦ blue 207

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

Shades of Blue Bell #8F93CF

Tints of Blue Bell #8F93CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 28.77%
G = 29.58%
B = 41.65%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F93CF (or 0x8F93CF) is known color: Blue Bell. HEX triplet: 8F, 93 and CF. RGB value is (143,147,207). Sum of RGB (Red+Green+Blue) = 143+147+207=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F93CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F93CF is #706C30. Grayscale: #989898. Windows color (decimal): -7367729 or 13603727. OLE color: 13603727.

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

Color convert

RGB 143 147 207 -
CMYK 0.31 0.29 0 0.19
HSL 236.25º 0.4% 0.69% -
HSV(B) 236.25º 0.31% 0.81% -
XYZ 33.02 31.21 63.32 -
YUV 152.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 143 147 207 0.31 0.29 0 0.19 236.25 0.4 0.69
Hex 8F 93 CF 1F 1D 0 13 EC 28 45
Octal 217 223 317 37 35 0 23 354 50 105
Binary 10001111 10010011 11001111 11111 11101 0 10011 11101100 101000 1000101

Color Harmonies of #8F93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F93CF

Black with #8F93CF

Text Example


Text Example

White with #8F93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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