Html Css Color HEX #999EBC Logan

📋 copy color: '#999EBC'

red 153 ◦ green 158 ◦ blue 188

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

Shades of Logan #999EBC

Tints of Logan #999EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.66%

 BLUE value IS 188 (73.83% from 255) = 37.68%

R = 30.66%
G = 31.66%
B = 37.68%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#999EBC (or 0x999EBC) is known color: Logan. HEX triplet: 99, 9E and BC. RGB value is (153,158,188). Sum of RGB (Red+Green+Blue) = 153+158+188=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #999EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EBC is #666143. Grayscale: #9F9F9F. Windows color (decimal): -6709572 or 12361369. OLE color: 12361369.

HSL color Cylindrical-coordinate representation of color #999EBC: hue angle of 231.43º 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 #999EBC is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 158 188 -
CMYK 0.19 0.16 0 0.26
HSL 231.43º 0.21% 0.67% -
HSV(B) 231.43º 0.19% 0.74% -
XYZ 34.44 34.86 52.49 -
YUV 159.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 153 158 188 0.19 0.16 0 0.26 231.43 0.21 0.67
Hex 99 9E BC 13 10 0 1A E7 15 43
Octal 231 236 274 23 20 0 32 347 25 103
Binary 10011001 10011110 10111100 10011 10000 0 11010 11100111 10101 1000011

Color Harmonies of #999EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999EBC

Black with #999EBC

Text Example


Text Example

White with #999EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,158,188); }

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

background-color css

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

 a { background-color: rgb(153,158,188); }

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

border-color css

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

 span { border-color: rgb(153,158,188); }

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