Html Css Color HEX #948BD8 Blue Bell

📋 copy color: '#948BD8'

red 148 ◦ green 139 ◦ blue 216

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

Shades of Blue Bell #948BD8

Tints of Blue Bell #948BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.94%

R = 29.42%
G = 27.63%
B = 42.94%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#948BD8 (or 0x948BD8) is known color: Blue Bell. HEX triplet: 94, 8B and D8. RGB value is (148,139,216). Sum of RGB (Red+Green+Blue) = 148+139+216=503 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.42% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #948BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BD8 is #6B7427. Grayscale: #969696. Windows color (decimal): -7042088 or 14191508. OLE color: 14191508.

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

Color convert

RGB 148 139 216 -
CMYK 0.31 0.36 0 0.15
HSL 247.01º 0.5% 0.7% -
HSV(B) 247.01º 0.36% 0.85% -
XYZ 33.84 29.72 68.92 -
YUV 150.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 148 139 216 0.31 0.36 0 0.15 247.01 0.5 0.7
Hex 94 8B D8 1F 24 0 F F7 32 46
Octal 224 213 330 37 44 0 17 367 62 106
Binary 10010100 10001011 11011000 11111 100100 0 1111 11110111 110010 1000110

Color Harmonies of #948BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BD8

Black with #948BD8

Text Example


Text Example

White with #948BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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