Html Css Color HEX #938ACD Blue Bell

📋 copy color: '#938ACD'

red 147 ◦ green 138 ◦ blue 205

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

Shades of Blue Bell #938ACD

Tints of Blue Bell #938ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.84%

R = 30%
G = 28.16%
B = 41.84%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#938ACD (or 0x938ACD) is known color: Blue Bell. HEX triplet: 93, 8A and CD. RGB value is (147,138,205). Sum of RGB (Red+Green+Blue) = 147+138+205=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #938ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ACD is #6C7532. Grayscale: #949494. Windows color (decimal): -7107891 or 13470355. OLE color: 13470355.

HSL color Cylindrical-coordinate representation of color #938ACD: hue angle of 248.06º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938ACD is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 138 205 -
CMYK 0.28 0.33 0 0.20
HSL 248.06º 0.4% 0.67% -
HSV(B) 248.06º 0.33% 0.8% -
XYZ 32.14 28.79 61.62 -
YUV 148.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 147 138 205 0.28 0.33 0 0.20 248.06 0.4 0.67
Hex 93 8A CD 1C 21 0 14 F8 28 43
Octal 223 212 315 34 41 0 24 370 50 103
Binary 10010011 10001010 11001101 11100 100001 0 10100 11111000 101000 1000011

Color Harmonies of #938ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938ACD

Black with #938ACD

Text Example


Text Example

White with #938ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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