Html Css Color HEX #9495BB Logan

📋 copy color: '#9495BB'

red 148 ◦ green 149 ◦ blue 187

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

Shades of Logan #9495BB

Tints of Logan #9495BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 30.58%
G = 30.79%
B = 38.64%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9495BB (or 0x9495BB) is known color: Logan. HEX triplet: 94, 95 and BB. RGB value is (148,149,187). Sum of RGB (Red+Green+Blue) = 148+149+187=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #9495BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495BB is #6B6A44. Grayscale: #989898. Windows color (decimal): -7039557 or 12293524. OLE color: 12293524.

HSL color Cylindrical-coordinate representation of color #9495BB: hue angle of 238.46º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9495BB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 149 187 -
CMYK 0.21 0.20 0 0.27
HSL 238.46º 0.22% 0.66% -
HSV(B) 238.46º 0.21% 0.73% -
XYZ 31.93 31.38 51.39 -
YUV 153.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 148 149 187 0.21 0.20 0 0.27 238.46 0.22 0.66
Hex 94 95 BB 15 14 0 1B EE 16 42
Octal 224 225 273 25 24 0 33 356 26 102
Binary 10010100 10010101 10111011 10101 10100 0 11011 11101110 10110 1000010

Color Harmonies of #9495BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9495BB

Black with #9495BB

Text Example


Text Example

White with #9495BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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