Html Css Color HEX #938EC6 Blue Bell

📋 copy color: '#938EC6'

red 147 ◦ green 142 ◦ blue 198

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

Shades of Blue Bell #938EC6

Tints of Blue Bell #938EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.66%

R = 30.18%
G = 29.16%
B = 40.66%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#938EC6 (or 0x938EC6) is known color: Blue Bell. HEX triplet: 93, 8E and C6. RGB value is (147,142,198). Sum of RGB (Red+Green+Blue) = 147+142+198=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #938EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938EC6 is #6C7139. Grayscale: #959595. Windows color (decimal): -7106874 or 13012627. OLE color: 13012627.

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

Color convert

RGB 147 142 198 -
CMYK 0.26 0.28 0 0.22
HSL 245.36º 0.33% 0.67% -
HSV(B) 245.36º 0.28% 0.78% -
XYZ 31.9 29.63 57.46 -
YUV 149.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 147 142 198 0.26 0.28 0 0.22 245.36 0.33 0.67
Hex 93 8E C6 1A 1C 0 16 F5 21 43
Octal 223 216 306 32 34 0 26 365 41 103
Binary 10010011 10001110 11000110 11010 11100 0 10110 11110101 100001 1000011

Color Harmonies of #938EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938EC6

Black with #938EC6

Text Example


Text Example

White with #938EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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