Html Css Color HEX #949BC1 Blue Bell

📋 copy color: '#949BC1'

red 148 ◦ green 155 ◦ blue 193

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

Shades of Blue Bell #949BC1

Tints of Blue Bell #949BC1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.25%

 BLUE value IS 193 (75.78% from 255) = 38.91%

R = 29.84%
G = 31.25%
B = 38.91%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#949BC1 (or 0x949BC1) is known color: Blue Bell. HEX triplet: 94, 9B and C1. RGB value is (148,155,193). Sum of RGB (Red+Green+Blue) = 148+155+193=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #949BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BC1 is #6B643E. Grayscale: #9D9D9D. Windows color (decimal): -7038015 or 12688276. OLE color: 12688276.

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

Color convert

RGB 148 155 193 -
CMYK 0.23 0.20 0 0.24
HSL 230.67º 0.27% 0.67% -
HSV(B) 230.67º 0.23% 0.76% -
XYZ 33.56 33.59 55.17 -
YUV 157.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 148 155 193 0.23 0.20 0 0.24 230.67 0.27 0.67
Hex 94 9B C1 17 14 0 18 E7 1B 43
Octal 224 233 301 27 24 0 30 347 33 103
Binary 10010100 10011011 11000001 10111 10100 0 11000 11100111 11011 1000011

Color Harmonies of #949BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BC1

Black with #949BC1

Text Example


Text Example

White with #949BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,155,193); }

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

background-color css

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

 a { background-color: rgb(148,155,193); }

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

border-color css

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

 span { border-color: rgb(148,155,193); }

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