Html Css Color HEX #948ECE Blue Bell

📋 copy color: '#948ECE'

red 148 ◦ green 142 ◦ blue 206

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

Shades of Blue Bell #948ECE

Tints of Blue Bell #948ECE

RGB

 RED value IS 148 (58.2% from 255) = 29.84%

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

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

R = 29.84%
G = 28.63%
B = 41.53%

CMYK

 C value IS 0.28

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#948ECE (or 0x948ECE) is known color: Blue Bell. HEX triplet: 94, 8E and CE. RGB value is (148,142,206). Sum of RGB (Red+Green+Blue) = 148+142+206=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #948ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ECE is #6B7131. Grayscale: #969696. Windows color (decimal): -7041330 or 13536916. OLE color: 13536916.

HSL color Cylindrical-coordinate representation of color #948ECE: hue angle of 245.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #948ECE is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 142 206 -
CMYK 0.28 0.31 0 0.19
HSL 245.63º 0.4% 0.68% -
HSV(B) 245.63º 0.31% 0.81% -
XYZ 33.03 30.1 62.46 -
YUV 151.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 148 142 206 0.28 0.31 0 0.19 245.63 0.4 0.68
Hex 94 8E CE 1C 1F 0 13 F6 28 44
Octal 224 216 316 34 37 0 23 366 50 104
Binary 10010100 10001110 11001110 11100 11111 0 10011 11110110 101000 1000100

Color Harmonies of #948ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948ECE

Black with #948ECE

Text Example


Text Example

White with #948ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948ECE; }

 p { color: rgb(148,142,206); }

 H1.HeaderClassName
 {
   color: #948ECE;
 }
 .AnyTagClassName
 {
   color: #948ECE;
 }
</style>

background-color css

<style>
 a { background-color: #948ECE; }

 a { background-color: rgb(148,142,206); }

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

border-color css

<style>
 span { border-color: #948ECE; }

 span { border-color: rgb(148,142,206); }

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