Html Css Color HEX #938ADA Blue Bell

📋 copy color: '#938ADA'

red 147 ◦ green 138 ◦ blue 218

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

Shades of Blue Bell #938ADA

Tints of Blue Bell #938ADA

RGB

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

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

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

R = 29.22%
G = 27.44%
B = 43.34%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#938ADA (or 0x938ADA) is known color: Blue Bell. HEX triplet: 93, 8A and DA. RGB value is (147,138,218). Sum of RGB (Red+Green+Blue) = 147+138+218=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #938ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ADA is #6C7525. Grayscale: #959595. Windows color (decimal): -7107878 or 14322323. OLE color: 14322323.

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

Color convert

RGB 147 138 218 -
CMYK 0.33 0.37 0 0.15
HSL 246.75º 0.52% 0.7% -
HSV(B) 246.75º 0.37% 0.85% -
XYZ 33.78 29.44 70.23 -
YUV 149.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 147 138 218 0.33 0.37 0 0.15 246.75 0.52 0.7
Hex 93 8A DA 21 25 0 F F7 34 46
Octal 223 212 332 41 45 0 17 367 64 106
Binary 10010011 10001010 11011010 100001 100101 0 1111 11110111 110100 1000110

Color Harmonies of #938ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938ADA

Black with #938ADA

Text Example


Text Example

White with #938ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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