Html Css Color HEX #999AB3 Logan

📋 copy color: '#999AB3'

red 153 ◦ green 154 ◦ blue 179

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

Shades of Logan #999AB3

Tints of Logan #999AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.83%

R = 31.48%
G = 31.69%
B = 36.83%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#999AB3 (or 0x999AB3) is known color: Logan. HEX triplet: 99, 9A and B3. RGB value is (153,154,179). Sum of RGB (Red+Green+Blue) = 153+154+179=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 179 - color contains mainly: blue. Hex color #999AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999AB3 is #66654C. Grayscale: #9C9C9C. Windows color (decimal): -6710605 or 11770521. OLE color: 11770521.

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

Color convert

RGB 153 154 179 -
CMYK 0.15 0.14 0 0.30
HSL 237.69º 0.15% 0.65% -
HSV(B) 237.69º 0.15% 0.7% -
XYZ 32.83 33.14 47.31 -
YUV 156.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 153 154 179 0.15 0.14 0 0.30 237.69 0.15 0.65
Hex 99 9A B3 F E 0 1E EE F 41
Octal 231 232 263 17 16 0 36 356 17 101
Binary 10011001 10011010 10110011 1111 1110 0 11110 11101110 1111 1000001

Color Harmonies of #999AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999AB3

Black with #999AB3

Text Example


Text Example

White with #999AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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