Html Css Color HEX #948BDF Blue Bell

📋 copy color: '#948BDF'

red 148 ◦ green 139 ◦ blue 223

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

Shades of Blue Bell #948BDF

Tints of Blue Bell #948BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 29.02%
G = 27.25%
B = 43.73%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#948BDF (or 0x948BDF) is known color: Blue Bell. HEX triplet: 94, 8B and DF. RGB value is (148,139,223). Sum of RGB (Red+Green+Blue) = 148+139+223=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #948BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BDF is #6B7420. Grayscale: #969696. Windows color (decimal): -7042081 or 14650260. OLE color: 14650260.

HSL color Cylindrical-coordinate representation of color #948BDF: hue angle of 246.43º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #948BDF is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 139 223 -
CMYK 0.34 0.38 0 0.13
HSL 246.43º 0.57% 0.71% -
HSV(B) 246.43º 0.38% 0.87% -
XYZ 34.76 30.09 73.79 -
YUV 151.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 148 139 223 0.34 0.38 0 0.13 246.43 0.57 0.71
Hex 94 8B DF 22 26 0 D F6 39 47
Octal 224 213 337 42 46 0 15 366 71 107
Binary 10010100 10001011 11011111 100010 100110 0 1101 11110110 111001 1000111

Color Harmonies of #948BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BDF

Black with #948BDF

Text Example


Text Example

White with #948BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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