Html Css Color HEX #949BC5 Blue Bell

📋 copy color: '#949BC5'

red 148 ◦ green 155 ◦ blue 197

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

Shades of Blue Bell #949BC5

Tints of Blue Bell #949BC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.4%

R = 29.6%
G = 31%
B = 39.4%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#949BC5 (or 0x949BC5) is known color: Blue Bell. HEX triplet: 94, 9B and C5. RGB value is (148,155,197). Sum of RGB (Red+Green+Blue) = 148+155+197=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #949BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BC5 is #6B643A. Grayscale: #9D9D9D. Windows color (decimal): -7038011 or 12950420. OLE color: 12950420.

HSL color Cylindrical-coordinate representation of color #949BC5: hue angle of 231.43º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #949BC5 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 155 197 -
CMYK 0.25 0.21 0 0.23
HSL 231.43º 0.3% 0.68% -
HSV(B) 231.43º 0.25% 0.77% -
XYZ 34.01 33.77 57.55 -
YUV 157.7 150.18 121.08 -
System Red Green Blue C M Y K H S L
Decimal 148 155 197 0.25 0.21 0 0.23 231.43 0.3 0.68
Hex 94 9B C5 19 15 0 17 E7 1E 44
Octal 224 233 305 31 25 0 27 347 36 104
Binary 10010100 10011011 11000101 11001 10101 0 10111 11100111 11110 1000100

Color Harmonies of #949BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BC5

Black with #949BC5

Text Example


Text Example

White with #949BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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