Html Css Color HEX #999BBD Logan

📋 copy color: '#999BBD'

red 153 ◦ green 155 ◦ blue 189

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

Shades of Logan #999BBD

Tints of Logan #999BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 30.78%
G = 31.19%
B = 38.03%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#999BBD (or 0x999BBD) is known color: Logan. HEX triplet: 99, 9B and BD. RGB value is (153,155,189). Sum of RGB (Red+Green+Blue) = 153+155+189=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #999BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BBD is #666442. Grayscale: #9E9E9E. Windows color (decimal): -6710339 or 12426137. OLE color: 12426137.

HSL color Cylindrical-coordinate representation of color #999BBD: hue angle of 236.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999BBD is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 155 189 -
CMYK 0.19 0.18 0 0.26
HSL 236.67º 0.21% 0.67% -
HSV(B) 236.67º 0.19% 0.74% -
XYZ 34.04 33.89 52.89 -
YUV 158.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 153 155 189 0.19 0.18 0 0.26 236.67 0.21 0.67
Hex 99 9B BD 13 12 0 1A ED 15 43
Octal 231 233 275 23 22 0 32 355 25 103
Binary 10011001 10011011 10111101 10011 10010 0 11010 11101101 10101 1000011

Color Harmonies of #999BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BBD

Black with #999BBD

Text Example


Text Example

White with #999BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,155,189); }

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

background-color css

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

 a { background-color: rgb(153,155,189); }

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

border-color css

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

 span { border-color: rgb(153,155,189); }

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