Html Css Color HEX #948ADA Blue Bell

📋 copy color: '#948ADA'

red 148 ◦ green 138 ◦ blue 218

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

Shades of Blue Bell #948ADA

Tints of Blue Bell #948ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 29.37%
G = 27.38%
B = 43.25%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#948ADA (or 0x948ADA) is known color: Blue Bell. HEX triplet: 94, 8A and DA. RGB value is (148,138,218). Sum of RGB (Red+Green+Blue) = 148+138+218=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #948ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ADA is #6B7525. Grayscale: #959595. Windows color (decimal): -7042342 or 14322324. OLE color: 14322324.

HSL color Cylindrical-coordinate representation of color #948ADA: hue angle of 247.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #948ADA is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 138 218 -
CMYK 0.32 0.37 0 0.15
HSL 247.5º 0.52% 0.7% -
HSV(B) 247.5º 0.37% 0.85% -
XYZ 33.96 29.53 70.24 -
YUV 150.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 148 138 218 0.32 0.37 0 0.15 247.5 0.52 0.7
Hex 94 8A DA 20 25 0 F F8 34 46
Octal 224 212 332 40 45 0 17 370 64 106
Binary 10010100 10001010 11011010 100000 100101 0 1111 11111000 110100 1000110

Color Harmonies of #948ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948ADA

Black with #948ADA

Text Example


Text Example

White with #948ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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