Html Css Color HEX #949AC2 Blue Bell

📋 copy color: '#949AC2'

red 148 ◦ green 154 ◦ blue 194

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

Shades of Blue Bell #949AC2

Tints of Blue Bell #949AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.11%

R = 29.84%
G = 31.05%
B = 39.11%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#949AC2 (or 0x949AC2) is known color: Blue Bell. HEX triplet: 94, 9A and C2. RGB value is (148,154,194). Sum of RGB (Red+Green+Blue) = 148+154+194=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #949AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949AC2 is #6B653D. Grayscale: #9C9C9C. Windows color (decimal): -7038270 or 12753556. OLE color: 12753556.

HSL color Cylindrical-coordinate representation of color #949AC2: hue angle of 232.17º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #949AC2 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 154 194 -
CMYK 0.24 0.21 0 0.24
HSL 232.17º 0.27% 0.67% -
HSV(B) 232.17º 0.24% 0.76% -
XYZ 33.51 33.3 55.7 -
YUV 156.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 148 154 194 0.24 0.21 0 0.24 232.17 0.27 0.67
Hex 94 9A C2 18 15 0 18 E8 1B 43
Octal 224 232 302 30 25 0 30 350 33 103
Binary 10010100 10011010 11000010 11000 10101 0 11000 11101000 11011 1000011

Color Harmonies of #949AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949AC2

Black with #949AC2

Text Example


Text Example

White with #949AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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