Html Css Color HEX #948EC1 Blue Bell

📋 copy color: '#948EC1'

red 148 ◦ green 142 ◦ blue 193

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

Shades of Blue Bell #948EC1

Tints of Blue Bell #948EC1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.4%

 BLUE value IS 193 (75.78% from 255) = 39.96%

R = 30.64%
G = 29.4%
B = 39.96%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#948EC1 (or 0x948EC1) is known color: Blue Bell. HEX triplet: 94, 8E and C1. RGB value is (148,142,193). Sum of RGB (Red+Green+Blue) = 148+142+193=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #948EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948EC1 is #6B713E. Grayscale: #959595. Windows color (decimal): -7041343 or 12684948. OLE color: 12684948.

HSL color Cylindrical-coordinate representation of color #948EC1: hue angle of 247.06º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #948EC1 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 142 193 -
CMYK 0.23 0.26 0 0.24
HSL 247.06º 0.29% 0.66% -
HSV(B) 247.06º 0.26% 0.76% -
XYZ 31.51 29.49 54.48 -
YUV 149.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 148 142 193 0.23 0.26 0 0.24 247.06 0.29 0.66
Hex 94 8E C1 17 1A 0 18 F7 1D 42
Octal 224 216 301 27 32 0 30 367 35 102
Binary 10010100 10001110 11000001 10111 11010 0 11000 11110111 11101 1000010

Color Harmonies of #948EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948EC1

Black with #948EC1

Text Example


Text Example

White with #948EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,142,193); }

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

background-color css

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

 a { background-color: rgb(148,142,193); }

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

border-color css

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

 span { border-color: rgb(148,142,193); }

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