Html Css Color HEX #948BCE Blue Bell

📋 copy color: '#948BCE'

red 148 ◦ green 139 ◦ blue 206

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

Shades of Blue Bell #948BCE

Tints of Blue Bell #948BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 30.02%
G = 28.19%
B = 41.78%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#948BCE (or 0x948BCE) is known color: Blue Bell. HEX triplet: 94, 8B and CE. RGB value is (148,139,206). Sum of RGB (Red+Green+Blue) = 148+139+206=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #948BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BCE is #6B7431. Grayscale: #959595. Windows color (decimal): -7042098 or 13536148. OLE color: 13536148.

HSL color Cylindrical-coordinate representation of color #948BCE: hue angle of 248.06º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #948BCE is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 139 206 -
CMYK 0.28 0.33 0 0.19
HSL 248.06º 0.41% 0.68% -
HSV(B) 248.06º 0.33% 0.81% -
XYZ 32.59 29.22 62.31 -
YUV 149.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 148 139 206 0.28 0.33 0 0.19 248.06 0.41 0.68
Hex 94 8B CE 1C 21 0 13 F8 29 44
Octal 224 213 316 34 41 0 23 370 51 104
Binary 10010100 10001011 11001110 11100 100001 0 10011 11111000 101001 1000100

Color Harmonies of #948BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BCE

Black with #948BCE

Text Example


Text Example

White with #948BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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