Html Css Color HEX #948DDA Blue Bell

📋 copy color: '#948DDA'

red 148 ◦ green 141 ◦ blue 218

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

Shades of Blue Bell #948DDA

Tints of Blue Bell #948DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 29.19%
G = 27.81%
B = 43%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#948DDA (or 0x948DDA) is known color: Blue Bell. HEX triplet: 94, 8D and DA. RGB value is (148,141,218). Sum of RGB (Red+Green+Blue) = 148+141+218=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #948DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DDA is #6B7225. Grayscale: #979797. Windows color (decimal): -7041574 or 14323092. OLE color: 14323092.

HSL color Cylindrical-coordinate representation of color #948DDA: hue angle of 245.45º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #948DDA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 141 218 -
CMYK 0.32 0.35 0 0.15
HSL 245.45º 0.51% 0.7% -
HSV(B) 245.45º 0.35% 0.85% -
XYZ 34.39 30.41 70.39 -
YUV 151.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 148 141 218 0.32 0.35 0 0.15 245.45 0.51 0.7
Hex 94 8D DA 20 23 0 F F5 33 46
Octal 224 215 332 40 43 0 17 365 63 106
Binary 10010100 10001101 11011010 100000 100011 0 1111 11110101 110011 1000110

Color Harmonies of #948DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DDA

Black with #948DDA

Text Example


Text Example

White with #948DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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