Html Css Color HEX #948FDE Blue Bell

📋 copy color: '#948FDE'

red 148 ◦ green 143 ◦ blue 222

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

Shades of Blue Bell #948FDE

Tints of Blue Bell #948FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.27%

R = 28.85%
G = 27.88%
B = 43.27%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#948FDE (or 0x948FDE) is known color: Blue Bell. HEX triplet: 94, 8F and DE. RGB value is (148,143,222). Sum of RGB (Red+Green+Blue) = 148+143+222=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #948FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FDE is #6B7021. Grayscale: #999999. Windows color (decimal): -7041058 or 14585748. OLE color: 14585748.

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

Color convert

RGB 148 143 222 -
CMYK 0.33 0.36 0 0.13
HSL 243.8º 0.54% 0.72% -
HSV(B) 243.8º 0.36% 0.87% -
XYZ 35.22 31.21 73.28 -
YUV 153.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 148 143 222 0.33 0.36 0 0.13 243.8 0.54 0.72
Hex 94 8F DE 21 24 0 D F4 36 48
Octal 224 217 336 41 44 0 15 364 66 110
Binary 10010100 10001111 11011110 100001 100100 0 1101 11110100 110110 1001000

Color Harmonies of #948FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948FDE

Black with #948FDE

Text Example


Text Example

White with #948FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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