Html Css Color HEX #948BCD Blue Bell

📋 copy color: '#948BCD'

red 148 ◦ green 139 ◦ blue 205

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

Shades of Blue Bell #948BCD

Tints of Blue Bell #948BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 30.08%
G = 28.25%
B = 41.67%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#948BCD (or 0x948BCD) is known color: Blue Bell. HEX triplet: 94, 8B and CD. RGB value is (148,139,205). Sum of RGB (Red+Green+Blue) = 148+139+205=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #948BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BCD is #6B7432. Grayscale: #949494. Windows color (decimal): -7042099 or 13470612. OLE color: 13470612.

HSL color Cylindrical-coordinate representation of color #948BCD: hue angle of 248.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948BCD is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 139 205 -
CMYK 0.28 0.32 0 0.20
HSL 248.18º 0.4% 0.67% -
HSV(B) 248.18º 0.32% 0.8% -
XYZ 32.46 29.17 61.68 -
YUV 149.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 148 139 205 0.28 0.32 0 0.20 248.18 0.4 0.67
Hex 94 8B CD 1C 20 0 14 F8 28 43
Octal 224 213 315 34 40 0 24 370 50 103
Binary 10010100 10001011 11001101 11100 100000 0 10100 11111000 101000 1000011

Color Harmonies of #948BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BCD

Black with #948BCD

Text Example


Text Example

White with #948BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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