Html Css Color HEX #938ED5 Blue Bell

📋 copy color: '#938ED5'

red 147 ◦ green 142 ◦ blue 213

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

Shades of Blue Bell #938ED5

Tints of Blue Bell #938ED5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.29%

 BLUE value IS 213 (83.59% from 255) = 42.43%

R = 29.28%
G = 28.29%
B = 42.43%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#938ED5 (or 0x938ED5) is known color: Blue Bell. HEX triplet: 93, 8E and D5. RGB value is (147,142,213). Sum of RGB (Red+Green+Blue) = 147+142+213=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #938ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ED5 is #6C712A. Grayscale: #979797. Windows color (decimal): -7106859 or 13995667. OLE color: 13995667.

HSL color Cylindrical-coordinate representation of color #938ED5: hue angle of 244.23º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938ED5 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 142 213 -
CMYK 0.31 0.33 0 0.16
HSL 244.23º 0.46% 0.7% -
HSV(B) 244.23º 0.33% 0.84% -
XYZ 33.72 30.35 67.03 -
YUV 151.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 147 142 213 0.31 0.33 0 0.16 244.23 0.46 0.7
Hex 93 8E D5 1F 21 0 10 F4 2E 46
Octal 223 216 325 37 41 0 20 364 56 106
Binary 10010011 10001110 11010101 11111 100001 0 10000 11110100 101110 1000110

Color Harmonies of #938ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938ED5

Black with #938ED5

Text Example


Text Example

White with #938ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,142,213); }

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

background-color css

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

 a { background-color: rgb(147,142,213); }

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

border-color css

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

 span { border-color: rgb(147,142,213); }

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