Html Css Color HEX #948DE3 Blue Bell

📋 copy color: '#948DE3'

red 148 ◦ green 141 ◦ blue 227

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

Shades of Blue Bell #948DE3

Tints of Blue Bell #948DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.99%

R = 28.68%
G = 27.33%
B = 43.99%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#948DE3 (or 0x948DE3) is known color: Blue Bell. HEX triplet: 94, 8D and E3. RGB value is (148,141,227). Sum of RGB (Red+Green+Blue) = 148+141+227=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 227 (89.06% from 255 or 43.99% from 516); Max value from RGB is 227 - color contains mainly: blue. Hex color #948DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DE3 is #6B721C. Grayscale: #989898. Windows color (decimal): -7041565 or 14912916. OLE color: 14912916.

HSL color Cylindrical-coordinate representation of color #948DE3: hue angle of 244.88º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #948DE3 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 141 227 -
CMYK 0.35 0.38 0 0.11
HSL 244.88º 0.61% 0.72% -
HSV(B) 244.88º 0.38% 0.89% -
XYZ 35.6 30.89 76.76 -
YUV 152.9 169.82 124.51 -
System Red Green Blue C M Y K H S L
Decimal 148 141 227 0.35 0.38 0 0.11 244.88 0.61 0.72
Hex 94 8D E3 23 26 0 B F5 3D 48
Octal 224 215 343 43 46 0 13 365 75 110
Binary 10010100 10001101 11100011 100011 100110 0 1011 11110101 111101 1001000

Color Harmonies of #948DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DE3

Black with #948DE3

Text Example


Text Example

White with #948DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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