Html Css Color HEX #9893DF Blue Bell

📋 copy color: '#9893DF'

red 152 ◦ green 147 ◦ blue 223

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

Shades of Blue Bell #9893DF

Tints of Blue Bell #9893DF

RGB

 RED value IS 152 (59.77% from 255) = 29.12%

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

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 29.12%
G = 28.16%
B = 42.72%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9893DF (or 0x9893DF) is known color: Blue Bell. HEX triplet: 98, 93 and DF. RGB value is (152,147,223). Sum of RGB (Red+Green+Blue) = 152+147+223=522 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.12% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #9893DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893DF is #676C20. Grayscale: #9C9C9C. Windows color (decimal): -6777889 or 14652312. OLE color: 14652312.

HSL color Cylindrical-coordinate representation of color #9893DF: hue angle of 243.95º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9893DF is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 147 223 -
CMYK 0.32 0.34 0 0.13
HSL 243.95º 0.54% 0.73% -
HSV(B) 243.95º 0.34% 0.87% -
XYZ 36.7 32.87 74.22 -
YUV 157.16 165.16 124.32 -
System Red Green Blue C M Y K H S L
Decimal 152 147 223 0.32 0.34 0 0.13 243.95 0.54 0.73
Hex 98 93 DF 20 22 0 D F4 36 49
Octal 230 223 337 40 42 0 15 364 66 111
Binary 10011000 10010011 11011111 100000 100010 0 1101 11110100 110110 1001001

Color Harmonies of #9893DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9893DF

Black with #9893DF

Text Example


Text Example

White with #9893DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9893DF; }

 p { color: rgb(152,147,223); }

 H1.HeaderClassName
 {
   color: #9893DF;
 }
 .AnyTagClassName
 {
   color: #9893DF;
 }
</style>

background-color css

<style>
 a { background-color: #9893DF; }

 a { background-color: rgb(152,147,223); }

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

border-color css

<style>
 span { border-color: #9893DF; }

 span { border-color: rgb(152,147,223); }

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