Html Css Color HEX #948BDE Blue Bell

📋 copy color: '#948BDE'

red 148 ◦ green 139 ◦ blue 222

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

Shades of Blue Bell #948BDE

Tints of Blue Bell #948BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.61%

R = 29.08%
G = 27.31%
B = 43.61%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#948BDE (or 0x948BDE) is known color: Blue Bell. HEX triplet: 94, 8B and DE. RGB value is (148,139,222). Sum of RGB (Red+Green+Blue) = 148+139+222=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #948BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BDE is #6B7421. Grayscale: #969696. Windows color (decimal): -7042082 or 14584724. OLE color: 14584724.

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

Color convert

RGB 148 139 222 -
CMYK 0.33 0.37 0 0.13
HSL 246.51º 0.56% 0.71% -
HSV(B) 246.51º 0.37% 0.87% -
XYZ 34.63 30.04 73.08 -
YUV 151.15 167.98 125.75 -
System Red Green Blue C M Y K H S L
Decimal 148 139 222 0.33 0.37 0 0.13 246.51 0.56 0.71
Hex 94 8B DE 21 25 0 D F7 38 47
Octal 224 213 336 41 45 0 15 367 70 107
Binary 10010100 10001011 11011110 100001 100101 0 1101 11110111 111000 1000111

Color Harmonies of #948BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BDE

Black with #948BDE

Text Example


Text Example

White with #948BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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