Html Css Color HEX #949ABF Blue Bell

📋 copy color: '#949ABF'

red 148 ◦ green 154 ◦ blue 191

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

Shades of Blue Bell #949ABF

Tints of Blue Bell #949ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.74%

R = 30.02%
G = 31.24%
B = 38.74%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#949ABF (or 0x949ABF) is known color: Blue Bell. HEX triplet: 94, 9A and BF. RGB value is (148,154,191). Sum of RGB (Red+Green+Blue) = 148+154+191=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #949ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ABF is #6B6540. Grayscale: #9C9C9C. Windows color (decimal): -7038273 or 12556948. OLE color: 12556948.

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

Color convert

RGB 148 154 191 -
CMYK 0.23 0.19 0 0.25
HSL 231.63º 0.25% 0.66% -
HSV(B) 231.63º 0.23% 0.75% -
XYZ 33.17 33.17 53.94 -
YUV 156.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 148 154 191 0.23 0.19 0 0.25 231.63 0.25 0.66
Hex 94 9A BF 17 13 0 19 E8 19 42
Octal 224 232 277 27 23 0 31 350 31 102
Binary 10010100 10011010 10111111 10111 10011 0 11001 11101000 11001 1000010

Color Harmonies of #949ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949ABF

Black with #949ABF

Text Example


Text Example

White with #949ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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