Html Css Color HEX #948CCD Blue Bell

📋 copy color: '#948CCD'

red 148 ◦ green 140 ◦ blue 205

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

Shades of Blue Bell #948CCD

Tints of Blue Bell #948CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.4%

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

R = 30.02%
G = 28.4%
B = 41.58%

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

#948CCD (or 0x948CCD) is known color: Blue Bell. HEX triplet: 94, 8C and CD. RGB value is (148,140,205). Sum of RGB (Red+Green+Blue) = 148+140+205=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #948CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CCD is #6B7332. Grayscale: #959595. Windows color (decimal): -7041843 or 13470868. OLE color: 13470868.

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

Color convert

RGB 148 140 205 -
CMYK 0.28 0.32 0 0.20
HSL 247.38º 0.39% 0.68% -
HSV(B) 247.38º 0.32% 0.8% -
XYZ 32.61 29.46 61.73 -
YUV 149.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 148 140 205 0.28 0.32 0 0.20 247.38 0.39 0.68
Hex 94 8C CD 1C 20 0 14 F7 27 44
Octal 224 214 315 34 40 0 24 367 47 104
Binary 10010100 10001100 11001101 11100 100000 0 10100 11110111 100111 1000100

Color Harmonies of #948CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CCD

Black with #948CCD

Text Example


Text Example

White with #948CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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