Html Css Color HEX #948BE5 Blue Bell

📋 copy color: '#948BE5'

red 148 ◦ green 139 ◦ blue 229

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

Shades of Blue Bell #948BE5

Tints of Blue Bell #948BE5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.94%

 BLUE value IS 229 (89.84% from 255) = 44.38%

R = 28.68%
G = 26.94%
B = 44.38%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#948BE5 (or 0x948BE5) is known color: Blue Bell. HEX triplet: 94, 8B and E5. RGB value is (148,139,229). Sum of RGB (Red+Green+Blue) = 148+139+229=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #948BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BE5 is #6B741A. Grayscale: #979797. Windows color (decimal): -7042075 or 15043476. OLE color: 15043476.

HSL color Cylindrical-coordinate representation of color #948BE5: hue angle of 246º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #948BE5 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 139 229 -
CMYK 0.35 0.39 0 0.10
HSL 246º 0.63% 0.72% -
HSV(B) 246º 0.39% 0.9% -
XYZ 35.59 30.42 78.12 -
YUV 151.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 148 139 229 0.35 0.39 0 0.10 246 0.63 0.72
Hex 94 8B E5 23 27 0 A F6 3F 48
Octal 224 213 345 43 47 0 12 366 77 110
Binary 10010100 10001011 11100101 100011 100111 0 1010 11110110 111111 1001000

Color Harmonies of #948BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BE5

Black with #948BE5

Text Example


Text Example

White with #948BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,139,229); }

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

background-color css

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

 a { background-color: rgb(148,139,229); }

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

border-color css

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

 span { border-color: rgb(148,139,229); }

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