Html Css Color HEX #948EDD Blue Bell

📋 copy color: '#948EDD'

red 148 ◦ green 142 ◦ blue 221

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

Shades of Blue Bell #948EDD

Tints of Blue Bell #948EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 28.96%
G = 27.79%
B = 43.25%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#948EDD (or 0x948EDD) is known color: Blue Bell. HEX triplet: 94, 8E and DD. RGB value is (148,142,221). Sum of RGB (Red+Green+Blue) = 148+142+221=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #948EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948EDD is #6B7122. Grayscale: #989898. Windows color (decimal): -7041315 or 14519956. OLE color: 14519956.

HSL color Cylindrical-coordinate representation of color #948EDD: hue angle of 244.56º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #948EDD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 142 221 -
CMYK 0.33 0.36 0 0.13
HSL 244.56º 0.54% 0.71% -
HSV(B) 244.56º 0.36% 0.87% -
XYZ 34.94 30.86 72.52 -
YUV 152.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 148 142 221 0.33 0.36 0 0.13 244.56 0.54 0.71
Hex 94 8E DD 21 24 0 D F5 36 47
Octal 224 216 335 41 44 0 15 365 66 107
Binary 10010100 10001110 11011101 100001 100100 0 1101 11110101 110110 1000111

Color Harmonies of #948EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948EDD

Black with #948EDD

Text Example


Text Example

White with #948EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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