Html Css Color HEX #9696BE Logan

📋 copy color: '#9696BE'

red 150 ◦ green 150 ◦ blue 190

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

Shades of Logan #9696BE

Tints of Logan #9696BE

RGB

 RED value IS 150 (58.98% from 255) = 30.61%

 GREEN value IS 150 (58.98% from 255) = 30.61%

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

R = 30.61%
G = 30.61%
B = 38.78%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9696BE (or 0x9696BE) is known color: Logan. HEX triplet: 96, 96 and BE. RGB value is (150,150,190). Sum of RGB (Red+Green+Blue) = 150+150+190=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #9696BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9696BE is #696941. Grayscale: #9A9A9A. Windows color (decimal): -6908226 or 12490390. OLE color: 12490390.

HSL color Cylindrical-coordinate representation of color #9696BE: hue angle of 240º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9696BE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 150 190 -
CMYK 0.21 0.21 0 0.25
HSL 240º 0.24% 0.67% -
HSV(B) 240º 0.21% 0.75% -
XYZ 32.78 32.01 53.17 -
YUV 154.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 150 150 190 0.21 0.21 0 0.25 240 0.24 0.67
Hex 96 96 BE 15 15 0 19 F0 18 43
Octal 226 226 276 25 25 0 31 360 30 103
Binary 10010110 10010110 10111110 10101 10101 0 11001 11110000 11000 1000011

Color Harmonies of #9696BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9696BE

Black with #9696BE

Text Example


Text Example

White with #9696BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9696BE; }

 p { color: rgb(150,150,190); }

 H1.HeaderClassName
 {
   color: #9696BE;
 }
 .AnyTagClassName
 {
   color: #9696BE;
 }
</style>

background-color css

<style>
 a { background-color: #9696BE; }

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

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

border-color css

<style>
 span { border-color: #9696BE; }

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

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