Html Css Color HEX #938DDA Blue Bell

📋 copy color: '#938DDA'

red 147 ◦ green 141 ◦ blue 218

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

Shades of Blue Bell #938DDA

Tints of Blue Bell #938DDA

RGB

 RED value IS 147 (57.81% from 255) = 29.05%

 GREEN value IS 141 (55.47% from 255) = 27.87%

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

R = 29.05%
G = 27.87%
B = 43.08%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#938DDA (or 0x938DDA) is known color: Blue Bell. HEX triplet: 93, 8D and DA. RGB value is (147,141,218). Sum of RGB (Red+Green+Blue) = 147+141+218=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #938DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DDA is #6C7225. Grayscale: #979797. Windows color (decimal): -7107110 or 14323091. OLE color: 14323091.

HSL color Cylindrical-coordinate representation of color #938DDA: hue angle of 244.68º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #938DDA is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 141 218 -
CMYK 0.33 0.35 0 0.15
HSL 244.68º 0.51% 0.7% -
HSV(B) 244.68º 0.35% 0.85% -
XYZ 34.21 30.31 70.38 -
YUV 151.57 165.49 124.74 -
System Red Green Blue C M Y K H S L
Decimal 147 141 218 0.33 0.35 0 0.15 244.68 0.51 0.7
Hex 93 8D DA 21 23 0 F F5 33 46
Octal 223 215 332 41 43 0 17 365 63 106
Binary 10010011 10001101 11011010 100001 100011 0 1111 11110101 110011 1000110

Color Harmonies of #938DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938DDA

Black with #938DDA

Text Example


Text Example

White with #938DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938DDA; }

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

 H1.HeaderClassName
 {
   color: #938DDA;
 }
 .AnyTagClassName
 {
   color: #938DDA;
 }
</style>

background-color css

<style>
 a { background-color: #938DDA; }

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

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

border-color css

<style>
 span { border-color: #938DDA; }

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

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