Html Css Color HEX #938ADE Blue Bell

📋 copy color: '#938ADE'

red 147 ◦ green 138 ◦ blue 222

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

Shades of Blue Bell #938ADE

Tints of Blue Bell #938ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.79%

R = 28.99%
G = 27.22%
B = 43.79%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#938ADE (or 0x938ADE) is known color: Blue Bell. HEX triplet: 93, 8A and DE. RGB value is (147,138,222). Sum of RGB (Red+Green+Blue) = 147+138+222=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #938ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ADE is #6C7521. Grayscale: #959595. Windows color (decimal): -7107874 or 14584467. OLE color: 14584467.

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

Color convert

RGB 147 138 222 -
CMYK 0.34 0.38 0 0.13
HSL 246.43º 0.56% 0.71% -
HSV(B) 246.43º 0.38% 0.87% -
XYZ 34.31 29.65 73.02 -
YUV 150.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 147 138 222 0.34 0.38 0 0.13 246.43 0.56 0.71
Hex 93 8A DE 22 26 0 D F6 38 47
Octal 223 212 336 42 46 0 15 366 70 107
Binary 10010011 10001010 11011110 100010 100110 0 1101 11110110 111000 1000111

Color Harmonies of #938ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938ADE

Black with #938ADE

Text Example


Text Example

White with #938ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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