Html Css Color HEX #948AE1 Blue Bell

📋 copy color: '#948AE1'

red 148 ◦ green 138 ◦ blue 225

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

Shades of Blue Bell #948AE1

Tints of Blue Bell #948AE1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.01%

 BLUE value IS 225 (88.28% from 255) = 44.03%

R = 28.96%
G = 27.01%
B = 44.03%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#948AE1 (or 0x948AE1) is known color: Blue Bell. HEX triplet: 94, 8A and E1. RGB value is (148,138,225). Sum of RGB (Red+Green+Blue) = 148+138+225=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #948AE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948AE1 is #6B751E. Grayscale: #969696. Windows color (decimal): -7042335 or 14781076. OLE color: 14781076.

HSL color Cylindrical-coordinate representation of color #948AE1: hue angle of 246.9º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #948AE1 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 138 225 -
CMYK 0.34 0.39 0 0.12
HSL 246.9º 0.59% 0.71% -
HSV(B) 246.9º 0.39% 0.88% -
XYZ 34.89 29.91 75.17 -
YUV 150.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 148 138 225 0.34 0.39 0 0.12 246.9 0.59 0.71
Hex 94 8A E1 22 27 0 C F7 3B 47
Octal 224 212 341 42 47 0 14 367 73 107
Binary 10010100 10001010 11100001 100010 100111 0 1100 11110111 111011 1000111

Color Harmonies of #948AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948AE1

Black with #948AE1

Text Example


Text Example

White with #948AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,138,225); }

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

background-color css

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

 a { background-color: rgb(148,138,225); }

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

border-color css

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

 span { border-color: rgb(148,138,225); }

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