Html Css Color HEX #7F99DE Portage

📋 copy color: '#7F99DE'

red 127 ◦ green 153 ◦ blue 222

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

Shades of Portage #7F99DE

Tints of Portage #7F99DE

RGB

 RED value IS 127 (50% from 255) = 25.3%

 GREEN value IS 153 (60.16% from 255) = 30.48%

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 25.3%
G = 30.48%
B = 44.22%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F99DE (or 0x7F99DE) is known color: Portage. HEX triplet: 7F, 99 and DE. RGB value is (127,153,222). Sum of RGB (Red+Green+Blue) = 127+153+222=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F99DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F99DE is #806621. Grayscale: #989898. Windows color (decimal): -8414754 or 14588287. OLE color: 14588287.

HSL color Cylindrical-coordinate representation of color #7F99DE: hue angle of 223.58º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F99DE is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 153 222 -
CMYK 0.43 0.31 0 0.13
HSL 223.58º 0.59% 0.68% -
HSV(B) 223.58º 0.43% 0.87% -
XYZ 33.33 32.57 73.64 -
YUV 153.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 127 153 222 0.43 0.31 0 0.13 223.58 0.59 0.68
Hex 7F 99 DE 2B 1F 0 D E0 3B 44
Octal 177 231 336 53 37 0 15 340 73 104
Binary 1111111 10011001 11011110 101011 11111 0 1101 11100000 111011 1000100

Color Harmonies of #7F99DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F99DE

Black with #7F99DE

Text Example


Text Example

White with #7F99DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F99DE; }

 p { color: rgb(127,153,222); }

 H1.HeaderClassName
 {
   color: #7F99DE;
 }
 .AnyTagClassName
 {
   color: #7F99DE;
 }
</style>

background-color css

<style>
 a { background-color: #7F99DE; }

 a { background-color: rgb(127,153,222); }

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

border-color css

<style>
 span { border-color: #7F99DE; }

 span { border-color: rgb(127,153,222); }

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