Html Css Color HEX #949ABE Blue Bell

📋 copy color: '#949ABE'

red 148 ◦ green 154 ◦ blue 190

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

Shades of Blue Bell #949ABE

Tints of Blue Bell #949ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 30.08%
G = 31.3%
B = 38.62%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#949ABE (or 0x949ABE) is known color: Blue Bell. HEX triplet: 94, 9A and BE. RGB value is (148,154,190). Sum of RGB (Red+Green+Blue) = 148+154+190=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #949ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ABE is #6B6541. Grayscale: #9C9C9C. Windows color (decimal): -7038274 or 12491412. OLE color: 12491412.

HSL color Cylindrical-coordinate representation of color #949ABE: hue angle of 231.43º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #949ABE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 154 190 -
CMYK 0.22 0.19 0 0.25
HSL 231.43º 0.24% 0.66% -
HSV(B) 231.43º 0.22% 0.75% -
XYZ 33.06 33.12 53.37 -
YUV 156.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 148 154 190 0.22 0.19 0 0.25 231.43 0.24 0.66
Hex 94 9A BE 16 13 0 19 E7 18 42
Octal 224 232 276 26 23 0 31 347 30 102
Binary 10010100 10011010 10111110 10110 10011 0 11001 11100111 11000 1000010

Color Harmonies of #949ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949ABE

Black with #949ABE

Text Example


Text Example

White with #949ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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