Html Css Color HEX #948DD0 Blue Bell

📋 copy color: '#948DD0'

red 148 ◦ green 141 ◦ blue 208

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

Shades of Blue Bell #948DD0

Tints of Blue Bell #948DD0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.37%

 BLUE value IS 208 (81.64% from 255) = 41.85%

R = 29.78%
G = 28.37%
B = 41.85%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#948DD0 (or 0x948DD0) is known color: Blue Bell. HEX triplet: 94, 8D and D0. RGB value is (148,141,208). Sum of RGB (Red+Green+Blue) = 148+141+208=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #948DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948DD0 is #6B722F. Grayscale: #969696. Windows color (decimal): -7041584 or 13667732. OLE color: 13667732.

HSL color Cylindrical-coordinate representation of color #948DD0: hue angle of 246.27º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948DD0 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 141 208 -
CMYK 0.29 0.32 0 0.18
HSL 246.27º 0.42% 0.68% -
HSV(B) 246.27º 0.32% 0.82% -
XYZ 33.12 29.9 63.7 -
YUV 150.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 148 141 208 0.29 0.32 0 0.18 246.27 0.42 0.68
Hex 94 8D D0 1D 20 0 12 F6 2A 44
Octal 224 215 320 35 40 0 22 366 52 104
Binary 10010100 10001101 11010000 11101 100000 0 10010 11110110 101010 1000100

Color Harmonies of #948DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DD0

Black with #948DD0

Text Example


Text Example

White with #948DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,141,208); }

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

background-color css

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

 a { background-color: rgb(148,141,208); }

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

border-color css

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

 span { border-color: rgb(148,141,208); }

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