Html Css Color HEX #948FDD Blue Bell

📋 copy color: '#948FDD'

red 148 ◦ green 143 ◦ blue 221

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

Shades of Blue Bell #948FDD

Tints of Blue Bell #948FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.93%

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

R = 28.91%
G = 27.93%
B = 43.16%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#948FDD (or 0x948FDD) is known color: Blue Bell. HEX triplet: 94, 8F and DD. RGB value is (148,143,221). Sum of RGB (Red+Green+Blue) = 148+143+221=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #948FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FDD is #6B7022. Grayscale: #999999. Windows color (decimal): -7041059 or 14520212. OLE color: 14520212.

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

Color convert

RGB 148 143 221 -
CMYK 0.33 0.35 0 0.13
HSL 243.85º 0.53% 0.71% -
HSV(B) 243.85º 0.35% 0.87% -
XYZ 35.09 31.16 72.57 -
YUV 153.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 148 143 221 0.33 0.35 0 0.13 243.85 0.53 0.71
Hex 94 8F DD 21 23 0 D F4 35 47
Octal 224 217 335 41 43 0 15 364 65 107
Binary 10010100 10001111 11011101 100001 100011 0 1101 11110100 110101 1000111

Color Harmonies of #948FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948FDD

Black with #948FDD

Text Example


Text Example

White with #948FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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