Html Css Color HEX #948CCB Blue Bell

📋 copy color: '#948CCB'

red 148 ◦ green 140 ◦ blue 203

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

Shades of Blue Bell #948CCB

Tints of Blue Bell #948CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 30.14%
G = 28.51%
B = 41.34%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#948CCB (or 0x948CCB) is known color: Blue Bell. HEX triplet: 94, 8C and CB. RGB value is (148,140,203). Sum of RGB (Red+Green+Blue) = 148+140+203=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #948CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CCB is #6B7334. Grayscale: #959595. Windows color (decimal): -7041845 or 13339796. OLE color: 13339796.

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

Color convert

RGB 148 140 203 -
CMYK 0.27 0.31 0 0.20
HSL 247.62º 0.38% 0.67% -
HSV(B) 247.62º 0.31% 0.8% -
XYZ 32.37 29.36 60.46 -
YUV 149.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 148 140 203 0.27 0.31 0 0.20 247.62 0.38 0.67
Hex 94 8C CB 1B 1F 0 14 F8 26 43
Octal 224 214 313 33 37 0 24 370 46 103
Binary 10010100 10001100 11001011 11011 11111 0 10100 11111000 100110 1000011

Color Harmonies of #948CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948CCB

Black with #948CCB

Text Example


Text Example

White with #948CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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