Html Css Color HEX #948DDF Blue Bell

📋 copy color: '#948DDF'

red 148 ◦ green 141 ◦ blue 223

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

Shades of Blue Bell #948DDF

Tints of Blue Bell #948DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.54%

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 28.91%
G = 27.54%
B = 43.55%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#948DDF (or 0x948DDF) is known color: Blue Bell. HEX triplet: 94, 8D and DF. RGB value is (148,141,223). Sum of RGB (Red+Green+Blue) = 148+141+223=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #948DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DDF is #6B7220. Grayscale: #989898. Windows color (decimal): -7041569 or 14650772. OLE color: 14650772.

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

Color convert

RGB 148 141 223 -
CMYK 0.34 0.37 0 0.13
HSL 245.12º 0.56% 0.71% -
HSV(B) 245.12º 0.37% 0.87% -
XYZ 35.06 30.67 73.88 -
YUV 152.44 167.82 124.83 -
System Red Green Blue C M Y K H S L
Decimal 148 141 223 0.34 0.37 0 0.13 245.12 0.56 0.71
Hex 94 8D DF 22 25 0 D F5 38 47
Octal 224 215 337 42 45 0 15 365 70 107
Binary 10010100 10001101 11011111 100010 100101 0 1101 11110101 111000 1000111

Color Harmonies of #948DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DDF

Black with #948DDF

Text Example


Text Example

White with #948DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,141,223); }

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

background-color css

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

 a { background-color: rgb(148,141,223); }

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

border-color css

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

 span { border-color: rgb(148,141,223); }

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