Html Css Color HEX #949BBF Blue Bell

📋 copy color: '#949BBF'

red 148 ◦ green 155 ◦ blue 191

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

Shades of Blue Bell #949BBF

Tints of Blue Bell #949BBF

RGB

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

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

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

R = 29.96%
G = 31.38%
B = 38.66%

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

#949BBF (or 0x949BBF) is known color: Blue Bell. HEX triplet: 94, 9B and BF. RGB value is (148,155,191). Sum of RGB (Red+Green+Blue) = 148+155+191=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #949BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949BBF is #6B6440. Grayscale: #9C9C9C. Windows color (decimal): -7038017 or 12557204. OLE color: 12557204.

HSL color Cylindrical-coordinate representation of color #949BBF: hue angle of 230.23º 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 #949BBF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 155 191 -
CMYK 0.23 0.19 0 0.25
HSL 230.23º 0.25% 0.66% -
HSV(B) 230.23º 0.23% 0.75% -
XYZ 33.34 33.5 54 -
YUV 157.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 148 155 191 0.23 0.19 0 0.25 230.23 0.25 0.66
Hex 94 9B BF 17 13 0 19 E6 19 42
Octal 224 233 277 27 23 0 31 346 31 102
Binary 10010100 10011011 10111111 10111 10011 0 11001 11100110 11001 1000010

Color Harmonies of #949BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949BBF

Black with #949BBF

Text Example


Text Example

White with #949BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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