Html Css Color HEX #949CC2 Blue Bell

📋 copy color: '#949CC2'

red 148 ◦ green 156 ◦ blue 194

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

Shades of Blue Bell #949CC2

Tints of Blue Bell #949CC2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.33%

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

R = 29.72%
G = 31.33%
B = 38.96%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#949CC2 (or 0x949CC2) is known color: Blue Bell. HEX triplet: 94, 9C and C2. RGB value is (148,156,194). Sum of RGB (Red+Green+Blue) = 148+156+194=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 194 - color contains mainly: blue. Hex color #949CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CC2 is #6B633D. Grayscale: #9D9D9D. Windows color (decimal): -7037758 or 12754068. OLE color: 12754068.

HSL color Cylindrical-coordinate representation of color #949CC2: hue angle of 229.57º 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 #949CC2 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 156 194 -
CMYK 0.24 0.20 0 0.24
HSL 229.57º 0.27% 0.67% -
HSV(B) 229.57º 0.24% 0.76% -
XYZ 33.84 33.97 55.81 -
YUV 157.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 148 156 194 0.24 0.20 0 0.24 229.57 0.27 0.67
Hex 94 9C C2 18 14 0 18 E6 1B 43
Octal 224 234 302 30 24 0 30 346 33 103
Binary 10010100 10011100 11000010 11000 10100 0 11000 11100110 11011 1000011

Color Harmonies of #949CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CC2

Black with #949CC2

Text Example


Text Example

White with #949CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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