Html Css Color HEX #949ACE Blue Bell

📋 copy color: '#949ACE'

red 148 ◦ green 154 ◦ blue 206

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

Shades of Blue Bell #949ACE

Tints of Blue Bell #949ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.31%

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

R = 29.13%
G = 30.31%
B = 40.55%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#949ACE (or 0x949ACE) is known color: Blue Bell. HEX triplet: 94, 9A and CE. RGB value is (148,154,206). Sum of RGB (Red+Green+Blue) = 148+154+206=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #949ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ACE is #6B6531. Grayscale: #9D9D9D. Windows color (decimal): -7038258 or 13539988. OLE color: 13539988.

HSL color Cylindrical-coordinate representation of color #949ACE: hue angle of 233.79º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #949ACE is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 154 206 -
CMYK 0.28 0.25 0 0.19
HSL 233.79º 0.37% 0.69% -
HSV(B) 233.79º 0.28% 0.81% -
XYZ 34.91 33.86 63.09 -
YUV 158.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 148 154 206 0.28 0.25 0 0.19 233.79 0.37 0.69
Hex 94 9A CE 1C 19 0 13 EA 25 45
Octal 224 232 316 34 31 0 23 352 45 105
Binary 10010100 10011010 11001110 11100 11001 0 10011 11101010 100101 1000101

Color Harmonies of #949ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949ACE

Black with #949ACE

Text Example


Text Example

White with #949ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949ACE; }

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

 H1.HeaderClassName
 {
   color: #949ACE;
 }
 .AnyTagClassName
 {
   color: #949ACE;
 }
</style>

background-color css

<style>
 a { background-color: #949ACE; }

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

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

border-color css

<style>
 span { border-color: #949ACE; }

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

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