Html Css Color HEX #948ACC Blue Bell

📋 copy color: '#948ACC'

red 148 ◦ green 138 ◦ blue 204

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

Shades of Blue Bell #948ACC

Tints of Blue Bell #948ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.16%

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

R = 30.2%
G = 28.16%
B = 41.63%

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

#948ACC (or 0x948ACC) is known color: Blue Bell. HEX triplet: 94, 8A and CC. RGB value is (148,138,204). Sum of RGB (Red+Green+Blue) = 148+138+204=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #948ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948ACC is #6B7533. Grayscale: #949494. Windows color (decimal): -7042356 or 13404820. OLE color: 13404820.

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

Color convert

RGB 148 138 204 -
CMYK 0.27 0.32 0 0.2
HSL 249.09º 0.39% 0.67% -
HSV(B) 249.09º 0.32% 0.8% -
XYZ 32.2 28.83 60.99 -
YUV 148.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 148 138 204 0.27 0.32 0 0.2 249.09 0.39 0.67
Hex 94 8A CC 1B 20 0 14 F9 27 43
Octal 224 212 314 33 40 0 24 371 47 103
Binary 10010100 10001010 11001100 11011 100000 0 10100 11111001 100111 1000011

Color Harmonies of #948ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948ACC

Black with #948ACC

Text Example


Text Example

White with #948ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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