Html Css Color HEX #948EDB Blue Bell

📋 copy color: '#948EDB'

red 148 ◦ green 142 ◦ blue 219

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

Shades of Blue Bell #948EDB

Tints of Blue Bell #948EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 29.08%
G = 27.9%
B = 43.03%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#948EDB (or 0x948EDB) is known color: Blue Bell. HEX triplet: 94, 8E and DB. RGB value is (148,142,219). Sum of RGB (Red+Green+Blue) = 148+142+219=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #948EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948EDB is #6B7124. Grayscale: #989898. Windows color (decimal): -7041317 or 14388884. OLE color: 14388884.

HSL color Cylindrical-coordinate representation of color #948EDB: hue angle of 244.68º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #948EDB is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 142 219 -
CMYK 0.32 0.35 0 0.14
HSL 244.68º 0.52% 0.71% -
HSV(B) 244.68º 0.35% 0.86% -
XYZ 34.67 30.76 71.13 -
YUV 152.57 165.49 124.74 -
System Red Green Blue C M Y K H S L
Decimal 148 142 219 0.32 0.35 0 0.14 244.68 0.52 0.71
Hex 94 8E DB 20 23 0 E F5 34 47
Octal 224 216 333 40 43 0 16 365 64 107
Binary 10010100 10001110 11011011 100000 100011 0 1110 11110101 110100 1000111

Color Harmonies of #948EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948EDB

Black with #948EDB

Text Example


Text Example

White with #948EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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