Html Css Color HEX #948BCC Blue Bell

📋 copy color: '#948BCC'

red 148 ◦ green 139 ◦ blue 204

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

Shades of Blue Bell #948BCC

Tints of Blue Bell #948BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 30.14%
G = 28.31%
B = 41.55%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#948BCC (or 0x948BCC) is known color: Blue Bell. HEX triplet: 94, 8B and CC. RGB value is (148,139,204). Sum of RGB (Red+Green+Blue) = 148+139+204=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #948BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948BCC is #6B7433. Grayscale: #949494. Windows color (decimal): -7042100 or 13405076. OLE color: 13405076.

HSL color Cylindrical-coordinate representation of color #948BCC: hue angle of 248.31º degrees, saturation: 0.39, 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 #948BCC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 139 204 -
CMYK 0.27 0.32 0 0.2
HSL 248.31º 0.39% 0.67% -
HSV(B) 248.31º 0.32% 0.8% -
XYZ 32.34 29.12 61.04 -
YUV 149.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 148 139 204 0.27 0.32 0 0.2 248.31 0.39 0.67
Hex 94 8B CC 1B 20 0 14 F8 27 43
Octal 224 213 314 33 40 0 24 370 47 103
Binary 10010100 10001011 11001100 11011 100000 0 10100 11111000 100111 1000011

Color Harmonies of #948BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BCC

Black with #948BCC

Text Example


Text Example

White with #948BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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