Html Css Color HEX #999CB3 Logan

📋 copy color: '#999CB3'

red 153 ◦ green 156 ◦ blue 179

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

Shades of Logan #999CB3

Tints of Logan #999CB3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.97%

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

R = 31.35%
G = 31.97%
B = 36.68%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#999CB3 (or 0x999CB3) is known color: Logan. HEX triplet: 99, 9C and B3. RGB value is (153,156,179). Sum of RGB (Red+Green+Blue) = 153+156+179=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 179 - color contains mainly: blue. Hex color #999CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CB3 is #66634C. Grayscale: #9D9D9D. Windows color (decimal): -6710093 or 11771033. OLE color: 11771033.

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

Color convert

RGB 153 156 179 -
CMYK 0.15 0.13 0 0.30
HSL 233.08º 0.15% 0.65% -
HSV(B) 233.08º 0.15% 0.7% -
XYZ 33.16 33.8 47.42 -
YUV 157.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 153 156 179 0.15 0.13 0 0.30 233.08 0.15 0.65
Hex 99 9C B3 F D 0 1E E9 F 41
Octal 231 234 263 17 15 0 36 351 17 101
Binary 10011001 10011100 10110011 1111 1101 0 11110 11101001 1111 1000001

Color Harmonies of #999CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999CB3

Black with #999CB3

Text Example


Text Example

White with #999CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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