Html Css Color HEX #948BDC Blue Bell

📋 copy color: '#948BDC'

red 148 ◦ green 139 ◦ blue 220

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

Shades of Blue Bell #948BDC

Tints of Blue Bell #948BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 29.19%
G = 27.42%
B = 43.39%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#948BDC (or 0x948BDC) is known color: Blue Bell. HEX triplet: 94, 8B and DC. RGB value is (148,139,220). Sum of RGB (Red+Green+Blue) = 148+139+220=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #948BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BDC is #6B7423. Grayscale: #969696. Windows color (decimal): -7042084 or 14453652. OLE color: 14453652.

HSL color Cylindrical-coordinate representation of color #948BDC: hue angle of 246.67º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #948BDC is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 139 220 -
CMYK 0.33 0.37 0 0.14
HSL 246.67º 0.54% 0.7% -
HSV(B) 246.67º 0.37% 0.86% -
XYZ 34.36 29.93 71.68 -
YUV 150.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 148 139 220 0.33 0.37 0 0.14 246.67 0.54 0.7
Hex 94 8B DC 21 25 0 E F7 36 46
Octal 224 213 334 41 45 0 16 367 66 106
Binary 10010100 10001011 11011100 100001 100101 0 1110 11110111 110110 1000110

Color Harmonies of #948BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BDC

Black with #948BDC

Text Example


Text Example

White with #948BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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