Html Css Color HEX #999DBE Logan

📋 copy color: '#999DBE'

red 153 ◦ green 157 ◦ blue 190

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

Shades of Logan #999DBE

Tints of Logan #999DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.4%

 BLUE value IS 190 (74.61% from 255) = 38%

R = 30.6%
G = 31.4%
B = 38%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#999DBE (or 0x999DBE) is known color: Logan. HEX triplet: 99, 9D and BE. RGB value is (153,157,190). Sum of RGB (Red+Green+Blue) = 153+157+190=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #999DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DBE is #666241. Grayscale: #9F9F9F. Windows color (decimal): -6709826 or 12492185. OLE color: 12492185.

HSL color Cylindrical-coordinate representation of color #999DBE: hue angle of 233.51º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999DBE is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 157 190 -
CMYK 0.19 0.17 0 0.25
HSL 233.51º 0.22% 0.67% -
HSV(B) 233.51º 0.19% 0.75% -
XYZ 34.49 34.6 53.58 -
YUV 159.57 145.17 123.32 -
System Red Green Blue C M Y K H S L
Decimal 153 157 190 0.19 0.17 0 0.25 233.51 0.22 0.67
Hex 99 9D BE 13 11 0 19 EA 16 43
Octal 231 235 276 23 21 0 31 352 26 103
Binary 10011001 10011101 10111110 10011 10001 0 11001 11101010 10110 1000011

Color Harmonies of #999DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DBE

Black with #999DBE

Text Example


Text Example

White with #999DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,157,190); }

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

background-color css

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

 a { background-color: rgb(153,157,190); }

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

border-color css

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

 span { border-color: rgb(153,157,190); }

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