Html Css Color HEX #9495BF Blue Bell

📋 copy color: '#9495BF'

red 148 ◦ green 149 ◦ blue 191

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

Shades of Blue Bell #9495BF

Tints of Blue Bell #9495BF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.53%

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

R = 30.33%
G = 30.53%
B = 39.14%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9495BF (or 0x9495BF) is known color: Blue Bell. HEX triplet: 94, 95 and BF. RGB value is (148,149,191). Sum of RGB (Red+Green+Blue) = 148+149+191=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #9495BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495BF is #6B6A40. Grayscale: #999999. Windows color (decimal): -7039553 or 12555668. OLE color: 12555668.

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

Color convert

RGB 148 149 191 -
CMYK 0.23 0.22 0 0.25
HSL 238.6º 0.25% 0.66% -
HSV(B) 238.6º 0.23% 0.75% -
XYZ 32.36 31.55 53.67 -
YUV 153.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 148 149 191 0.23 0.22 0 0.25 238.6 0.25 0.66
Hex 94 95 BF 17 16 0 19 EF 19 42
Octal 224 225 277 27 26 0 31 357 31 102
Binary 10010100 10010101 10111111 10111 10110 0 11001 11101111 11001 1000010

Color Harmonies of #9495BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9495BF

Black with #9495BF

Text Example


Text Example

White with #9495BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9495BF; }

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

 H1.HeaderClassName
 {
   color: #9495BF;
 }
 .AnyTagClassName
 {
   color: #9495BF;
 }
</style>

background-color css

<style>
 a { background-color: #9495BF; }

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

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

border-color css

<style>
 span { border-color: #9495BF; }

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

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