Html Css Color HEX #9893DC Blue Bell

📋 copy color: '#9893DC'

red 152 ◦ green 147 ◦ blue 220

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

Shades of Blue Bell #9893DC

Tints of Blue Bell #9893DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 29.29%
G = 28.32%
B = 42.39%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9893DC (or 0x9893DC) is known color: Blue Bell. HEX triplet: 98, 93 and DC. RGB value is (152,147,220). Sum of RGB (Red+Green+Blue) = 152+147+220=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #9893DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893DC is #676C23. Grayscale: #9C9C9C. Windows color (decimal): -6777892 or 14455704. OLE color: 14455704.

HSL color Cylindrical-coordinate representation of color #9893DC: hue angle of 244.11º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9893DC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 147 220 -
CMYK 0.31 0.33 0 0.14
HSL 244.11º 0.51% 0.72% -
HSV(B) 244.11º 0.33% 0.86% -
XYZ 36.3 32.71 72.11 -
YUV 156.82 163.66 124.56 -
System Red Green Blue C M Y K H S L
Decimal 152 147 220 0.31 0.33 0 0.14 244.11 0.51 0.72
Hex 98 93 DC 1F 21 0 E F4 33 48
Octal 230 223 334 37 41 0 16 364 63 110
Binary 10011000 10010011 11011100 11111 100001 0 1110 11110100 110011 1001000

Color Harmonies of #9893DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9893DC

Black with #9893DC

Text Example


Text Example

White with #9893DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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