Html Css Color HEX #999BB2 Logan

📋 copy color: '#999BB2'

red 153 ◦ green 155 ◦ blue 178

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

Shades of Logan #999BB2

Tints of Logan #999BB2

RGB

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

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

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

R = 31.48%
G = 31.89%
B = 36.63%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#999BB2 (or 0x999BB2) is known color: Logan. HEX triplet: 99, 9B and B2. RGB value is (153,155,178). Sum of RGB (Red+Green+Blue) = 153+155+178=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 178 - color contains mainly: blue. Hex color #999BB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999BB2 is #66644D. Grayscale: #9C9C9C. Windows color (decimal): -6710350 or 11705241. OLE color: 11705241.

HSL color Cylindrical-coordinate representation of color #999BB2: hue angle of 235.2º 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 #999BB2 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 155 178 -
CMYK 0.14 0.13 0 0.30
HSL 235.2º 0.14% 0.65% -
HSV(B) 235.2º 0.14% 0.7% -
XYZ 32.89 33.43 46.84 -
YUV 157.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 153 155 178 0.14 0.13 0 0.30 235.2 0.14 0.65
Hex 99 9B B2 E D 0 1E EB E 41
Octal 231 233 262 16 15 0 36 353 16 101
Binary 10011001 10011011 10110010 1110 1101 0 11110 11101011 1110 1000001

Color Harmonies of #999BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999BB2

Black with #999BB2

Text Example


Text Example

White with #999BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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