Html Css Color HEX #9893DA Blue Bell

📋 copy color: '#9893DA'

red 152 ◦ green 147 ◦ blue 218

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

Shades of Blue Bell #9893DA

Tints of Blue Bell #9893DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 29.4%
G = 28.43%
B = 42.17%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9893DA (or 0x9893DA) is known color: Blue Bell. HEX triplet: 98, 93 and DA. RGB value is (152,147,218). Sum of RGB (Red+Green+Blue) = 152+147+218=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #9893DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893DA is #676C25. Grayscale: #9C9C9C. Windows color (decimal): -6777894 or 14324632. OLE color: 14324632.

HSL color Cylindrical-coordinate representation of color #9893DA: hue angle of 244.23º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9893DA is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 147 218 -
CMYK 0.30 0.33 0 0.15
HSL 244.23º 0.49% 0.72% -
HSV(B) 244.23º 0.33% 0.85% -
XYZ 36.04 32.6 70.72 -
YUV 156.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 152 147 218 0.30 0.33 0 0.15 244.23 0.49 0.72
Hex 98 93 DA 1E 21 0 F F4 31 48
Octal 230 223 332 36 41 0 17 364 61 110
Binary 10011000 10010011 11011010 11110 100001 0 1111 11110100 110001 1001000

Color Harmonies of #9893DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9893DA

Black with #9893DA

Text Example


Text Example

White with #9893DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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