Html Css Color HEX #948CDD Blue Bell

📋 copy color: '#948CDD'

red 148 ◦ green 140 ◦ blue 221

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

Shades of Blue Bell #948CDD

Tints of Blue Bell #948CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.5%

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

R = 29.08%
G = 27.5%
B = 43.42%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#948CDD (or 0x948CDD) is known color: Blue Bell. HEX triplet: 94, 8C and DD. RGB value is (148,140,221). Sum of RGB (Red+Green+Blue) = 148+140+221=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #948CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CDD is #6B7322. Grayscale: #979797. Windows color (decimal): -7041827 or 14519444. OLE color: 14519444.

HSL color Cylindrical-coordinate representation of color #948CDD: hue angle of 245.93º degrees, saturation: 0.54, 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 #948CDD is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 140 221 -
CMYK 0.33 0.37 0 0.13
HSL 245.93º 0.54% 0.71% -
HSV(B) 245.93º 0.37% 0.87% -
XYZ 34.64 30.27 72.42 -
YUV 151.63 167.15 125.41 -
System Red Green Blue C M Y K H S L
Decimal 148 140 221 0.33 0.37 0 0.13 245.93 0.54 0.71
Hex 94 8C DD 21 25 0 D F6 36 47
Octal 224 214 335 41 45 0 15 366 66 107
Binary 10010100 10001100 11011101 100001 100101 0 1101 11110110 110110 1000111

Color Harmonies of #948CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CDD

Black with #948CDD

Text Example


Text Example

White with #948CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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