Html Css Color HEX #938ED6 Blue Bell

📋 copy color: '#938ED6'

red 147 ◦ green 142 ◦ blue 214

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

Shades of Blue Bell #938ED6

Tints of Blue Bell #938ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.54%

R = 29.22%
G = 28.23%
B = 42.54%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#938ED6 (or 0x938ED6) is known color: Blue Bell. HEX triplet: 93, 8E and D6. RGB value is (147,142,214). Sum of RGB (Red+Green+Blue) = 147+142+214=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 214 - color contains mainly: blue. Hex color #938ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ED6 is #6C7129. Grayscale: #979797. Windows color (decimal): -7106858 or 14061203. OLE color: 14061203.

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

Color convert

RGB 147 142 214 -
CMYK 0.31 0.34 0 0.16
HSL 244.17º 0.47% 0.7% -
HSV(B) 244.17º 0.34% 0.84% -
XYZ 33.84 30.4 67.7 -
YUV 151.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 147 142 214 0.31 0.34 0 0.16 244.17 0.47 0.7
Hex 93 8E D6 1F 22 0 10 F4 2F 46
Octal 223 216 326 37 42 0 20 364 57 106
Binary 10010011 10001110 11010110 11111 100010 0 10000 11110100 101111 1000110

Color Harmonies of #938ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938ED6

Black with #938ED6

Text Example


Text Example

White with #938ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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