Html Css Color HEX #999DF7 Portage

📋 copy color: '#999DF7'

red 153 ◦ green 157 ◦ blue 247

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

Shades of Portage #999DF7

Tints of Portage #999DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.34%

R = 27.47%
G = 28.19%
B = 44.34%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#999DF7 (or 0x999DF7) is known color: Portage. HEX triplet: 99, 9D and F7. RGB value is (153,157,247). Sum of RGB (Red+Green+Blue) = 153+157+247=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #999DF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DF7 is #666208. Grayscale: #A5A5A5. Windows color (decimal): -6709769 or 16227737. OLE color: 16227737.

HSL color Cylindrical-coordinate representation of color #999DF7: hue angle of 237.45º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #999DF7 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 157 247 -
CMYK 0.38 0.36 0 0.03
HSL 237.45º 0.85% 0.78% -
HSV(B) 237.45º 0.38% 0.97% -
XYZ 41.98 37.6 93.04 -
YUV 166.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 153 157 247 0.38 0.36 0 0.03 237.45 0.85 0.78
Hex 99 9D F7 26 24 0 3 ED 55 4E
Octal 231 235 367 46 44 0 3 355 125 116
Binary 10011001 10011101 11110111 100110 100100 0 11 11101101 1010101 1001110

Color Harmonies of #999DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999DF7

Black with #999DF7

Text Example


Text Example

White with #999DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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