Html Css Color HEX #9893DB Blue Bell

📋 copy color: '#9893DB'

red 152 ◦ green 147 ◦ blue 219

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

Shades of Blue Bell #9893DB

Tints of Blue Bell #9893DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 29.34%
G = 28.38%
B = 42.28%

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

#9893DB (or 0x9893DB) is known color: Blue Bell. HEX triplet: 98, 93 and DB. RGB value is (152,147,219). Sum of RGB (Red+Green+Blue) = 152+147+219=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #9893DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893DB is #676C24. Grayscale: #9C9C9C. Windows color (decimal): -6777893 or 14390168. OLE color: 14390168.

HSL color Cylindrical-coordinate representation of color #9893DB: hue angle of 244.17º degrees, saturation: 0.5, 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 #9893DB is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 147 219 -
CMYK 0.31 0.33 0 0.14
HSL 244.17º 0.5% 0.72% -
HSV(B) 244.17º 0.33% 0.86% -
XYZ 36.17 32.66 71.42 -
YUV 156.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 152 147 219 0.31 0.33 0 0.14 244.17 0.5 0.72
Hex 98 93 DB 1F 21 0 E F4 32 48
Octal 230 223 333 37 41 0 16 364 62 110
Binary 10011000 10010011 11011011 11111 100001 0 1110 11110100 110010 1001000

Color Harmonies of #9893DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9893DB

Black with #9893DB

Text Example


Text Example

White with #9893DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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