Html Css Color HEX #938ACE Blue Bell

📋 copy color: '#938ACE'

red 147 ◦ green 138 ◦ blue 206

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

Shades of Blue Bell #938ACE

Tints of Blue Bell #938ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 29.94%
G = 28.11%
B = 41.96%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#938ACE (or 0x938ACE) is known color: Blue Bell. HEX triplet: 93, 8A and CE. RGB value is (147,138,206). Sum of RGB (Red+Green+Blue) = 147+138+206=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #938ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ACE is #6C7531. Grayscale: #949494. Windows color (decimal): -7107890 or 13535891. OLE color: 13535891.

HSL color Cylindrical-coordinate representation of color #938ACE: hue angle of 247.94º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938ACE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 138 206 -
CMYK 0.29 0.33 0 0.19
HSL 247.94º 0.41% 0.67% -
HSV(B) 247.94º 0.33% 0.81% -
XYZ 32.26 28.84 62.26 -
YUV 148.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 147 138 206 0.29 0.33 0 0.19 247.94 0.41 0.67
Hex 93 8A CE 1D 21 0 13 F8 29 43
Octal 223 212 316 35 41 0 23 370 51 103
Binary 10010011 10001010 11001110 11101 100001 0 10011 11111000 101001 1000011

Color Harmonies of #938ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938ACE

Black with #938ACE

Text Example


Text Example

White with #938ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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