Html Css Color HEX #938ECB Blue Bell

📋 copy color: '#938ECB'

red 147 ◦ green 142 ◦ blue 203

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

Shades of Blue Bell #938ECB

Tints of Blue Bell #938ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 29.88%
G = 28.86%
B = 41.26%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#938ECB (or 0x938ECB) is known color: Blue Bell. HEX triplet: 93, 8E and CB. RGB value is (147,142,203). Sum of RGB (Red+Green+Blue) = 147+142+203=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #938ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ECB is #6C7134. Grayscale: #969696. Windows color (decimal): -7106869 or 13340307. OLE color: 13340307.

HSL color Cylindrical-coordinate representation of color #938ECB: hue angle of 244.92º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #938ECB is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 142 203 -
CMYK 0.28 0.30 0 0.20
HSL 244.92º 0.37% 0.68% -
HSV(B) 244.92º 0.3% 0.8% -
XYZ 32.49 29.86 60.55 -
YUV 150.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 147 142 203 0.28 0.30 0 0.20 244.92 0.37 0.68
Hex 93 8E CB 1C 1E 0 14 F5 25 44
Octal 223 216 313 34 36 0 24 365 45 104
Binary 10010011 10001110 11001011 11100 11110 0 10100 11110101 100101 1000100

Color Harmonies of #938ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938ECB

Black with #938ECB

Text Example


Text Example

White with #938ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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