Html Css Color HEX #948ADE Blue Bell

📋 copy color: '#948ADE'

red 148 ◦ green 138 ◦ blue 222

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

Shades of Blue Bell #948ADE

Tints of Blue Bell #948ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

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

R = 29.13%
G = 27.17%
B = 43.7%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#948ADE (or 0x948ADE) is known color: Blue Bell. HEX triplet: 94, 8A and DE. RGB value is (148,138,222). Sum of RGB (Red+Green+Blue) = 148+138+222=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #948ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ADE is #6B7521. Grayscale: #969696. Windows color (decimal): -7042338 or 14584468. OLE color: 14584468.

HSL color Cylindrical-coordinate representation of color #948ADE: hue angle of 247.14º degrees, saturation: 0.56, 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 #948ADE is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 138 222 -
CMYK 0.33 0.38 0 0.13
HSL 247.14º 0.56% 0.71% -
HSV(B) 247.14º 0.38% 0.87% -
XYZ 34.49 29.75 73.03 -
YUV 150.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 148 138 222 0.33 0.38 0 0.13 247.14 0.56 0.71
Hex 94 8A DE 21 26 0 D F7 38 47
Octal 224 212 336 41 46 0 15 367 70 107
Binary 10010100 10001010 11011110 100001 100110 0 1101 11110111 111000 1000111

Color Harmonies of #948ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948ADE

Black with #948ADE

Text Example


Text Example

White with #948ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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