Html Css Color HEX #948FDC Blue Bell

📋 copy color: '#948FDC'

red 148 ◦ green 143 ◦ blue 220

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

Shades of Blue Bell #948FDC

Tints of Blue Bell #948FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.05%

R = 28.96%
G = 27.98%
B = 43.05%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#948FDC (or 0x948FDC) is known color: Blue Bell. HEX triplet: 94, 8F and DC. RGB value is (148,143,220). Sum of RGB (Red+Green+Blue) = 148+143+220=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #948FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FDC is #6B7023. Grayscale: #989898. Windows color (decimal): -7041060 or 14454676. OLE color: 14454676.

HSL color Cylindrical-coordinate representation of color #948FDC: hue angle of 243.9º 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 #948FDC is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 143 220 -
CMYK 0.33 0.35 0 0.14
HSL 243.9º 0.52% 0.71% -
HSV(B) 243.9º 0.35% 0.86% -
XYZ 34.95 31.11 71.87 -
YUV 153.27 165.66 124.24 -
System Red Green Blue C M Y K H S L
Decimal 148 143 220 0.33 0.35 0 0.14 243.9 0.52 0.71
Hex 94 8F DC 21 23 0 E F4 34 47
Octal 224 217 334 41 43 0 16 364 64 107
Binary 10010100 10001111 11011100 100001 100011 0 1110 11110100 110100 1000111

Color Harmonies of #948FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948FDC

Black with #948FDC

Text Example


Text Example

White with #948FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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