Html Css Color HEX #948DC4 Blue Bell

📋 copy color: '#948DC4'

red 148 ◦ green 141 ◦ blue 196

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

Shades of Blue Bell #948DC4

Tints of Blue Bell #948DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.41%

R = 30.52%
G = 29.07%
B = 40.41%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#948DC4 (or 0x948DC4) is known color: Blue Bell. HEX triplet: 94, 8D and C4. RGB value is (148,141,196). Sum of RGB (Red+Green+Blue) = 148+141+196=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #948DC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DC4 is #6B723B. Grayscale: #959595. Windows color (decimal): -7041596 or 12881300. OLE color: 12881300.

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

Color convert

RGB 148 141 196 -
CMYK 0.24 0.28 0 0.23
HSL 247.64º 0.32% 0.66% -
HSV(B) 247.64º 0.28% 0.77% -
XYZ 31.7 29.33 56.22 -
YUV 149.36 154.32 127.03 -
System Red Green Blue C M Y K H S L
Decimal 148 141 196 0.24 0.28 0 0.23 247.64 0.32 0.66
Hex 94 8D C4 18 1C 0 17 F8 20 42
Octal 224 215 304 30 34 0 27 370 40 102
Binary 10010100 10001101 11000100 11000 11100 0 10111 11111000 100000 1000010

Color Harmonies of #948DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DC4

Black with #948DC4

Text Example


Text Example

White with #948DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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