Html Css Color HEX #938ADD Blue Bell

📋 copy color: '#938ADD'

red 147 ◦ green 138 ◦ blue 221

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

Shades of Blue Bell #938ADD

Tints of Blue Bell #938ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.27%

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 29.05%
G = 27.27%
B = 43.68%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#938ADD (or 0x938ADD) is known color: Blue Bell. HEX triplet: 93, 8A and DD. RGB value is (147,138,221). Sum of RGB (Red+Green+Blue) = 147+138+221=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #938ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ADD is #6C7522. Grayscale: #959595. Windows color (decimal): -7107875 or 14518931. OLE color: 14518931.

HSL color Cylindrical-coordinate representation of color #938ADD: hue angle of 246.51º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #938ADD is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 138 221 -
CMYK 0.33 0.38 0 0.13
HSL 246.51º 0.55% 0.7% -
HSV(B) 246.51º 0.38% 0.87% -
XYZ 34.17 29.6 72.32 -
YUV 150.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 147 138 221 0.33 0.38 0 0.13 246.51 0.55 0.7
Hex 93 8A DD 21 26 0 D F7 37 46
Octal 223 212 335 41 46 0 15 367 67 106
Binary 10010011 10001010 11011101 100001 100110 0 1101 11110111 110111 1000110

Color Harmonies of #938ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938ADD

Black with #938ADD

Text Example


Text Example

White with #938ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,138,221); }

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

background-color css

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

 a { background-color: rgb(147,138,221); }

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

border-color css

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

 span { border-color: rgb(147,138,221); }

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