Html Css Color HEX #999DB2 Logan

📋 copy color: '#999DB2'

red 153 ◦ green 157 ◦ blue 178

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

Shades of Logan #999DB2

Tints of Logan #999DB2

RGB

 RED value IS 153 (60.16% from 255) = 31.35%

 GREEN value IS 157 (61.72% from 255) = 32.17%

 BLUE value IS 178 (69.92% from 255) = 36.48%

R = 31.35%
G = 32.17%
B = 36.48%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#999DB2 (or 0x999DB2) is known color: Logan. HEX triplet: 99, 9D and B2. RGB value is (153,157,178). Sum of RGB (Red+Green+Blue) = 153+157+178=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 178 - color contains mainly: blue. Hex color #999DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999DB2 is #66624D. Grayscale: #9E9E9E. Windows color (decimal): -6709838 or 11705753. OLE color: 11705753.

HSL color Cylindrical-coordinate representation of color #999DB2: hue angle of 230.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #999DB2 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 157 178 -
CMYK 0.14 0.12 0 0.30
HSL 230.4º 0.14% 0.65% -
HSV(B) 230.4º 0.14% 0.7% -
XYZ 33.23 34.1 46.95 -
YUV 158.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 153 157 178 0.14 0.12 0 0.30 230.4 0.14 0.65
Hex 99 9D B2 E C 0 1E E6 E 41
Octal 231 235 262 16 14 0 36 346 16 101
Binary 10011001 10011101 10110010 1110 1100 0 11110 11100110 1110 1000001

Color Harmonies of #999DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DB2

Black with #999DB2

Text Example


Text Example

White with #999DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999DB2; }

 p { color: rgb(153,157,178); }

 H1.HeaderClassName
 {
   color: #999DB2;
 }
 .AnyTagClassName
 {
   color: #999DB2;
 }
</style>

background-color css

<style>
 a { background-color: #999DB2; }

 a { background-color: rgb(153,157,178); }

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

border-color css

<style>
 span { border-color: #999DB2; }

 span { border-color: rgb(153,157,178); }

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