Html Css Color HEX #999ABC Logan

📋 copy color: '#999ABC'

red 153 ◦ green 154 ◦ blue 188

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

Shades of Logan #999ABC

Tints of Logan #999ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.11%

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

R = 30.91%
G = 31.11%
B = 37.98%

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

#999ABC (or 0x999ABC) is known color: Logan. HEX triplet: 99, 9A and BC. RGB value is (153,154,188). Sum of RGB (Red+Green+Blue) = 153+154+188=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #999ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999ABC is #666543. Grayscale: #9D9D9D. Windows color (decimal): -6710596 or 12360345. OLE color: 12360345.

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

Color convert

RGB 153 154 188 -
CMYK 0.19 0.18 0 0.26
HSL 238.29º 0.21% 0.67% -
HSV(B) 238.29º 0.19% 0.74% -
XYZ 33.77 33.51 52.27 -
YUV 157.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 153 154 188 0.19 0.18 0 0.26 238.29 0.21 0.67
Hex 99 9A BC 13 12 0 1A EE 15 43
Octal 231 232 274 23 22 0 32 356 25 103
Binary 10011001 10011010 10111100 10011 10010 0 11010 11101110 10101 1000011

Color Harmonies of #999ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999ABC

Black with #999ABC

Text Example


Text Example

White with #999ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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