Html Css Color HEX #7F99E9 Portage

📋 copy color: '#7F99E9'

red 127 ◦ green 153 ◦ blue 233

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

Shades of Portage #7F99E9

Tints of Portage #7F99E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.42%

R = 24.76%
G = 29.82%
B = 45.42%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7F99E9 (or 0x7F99E9) is known color: Portage. HEX triplet: 7F, 99 and E9. RGB value is (127,153,233). Sum of RGB (Red+Green+Blue) = 127+153+233=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 233 (91.41% from 255 or 45.42% from 513); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F99E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F99E9 is #806616. Grayscale: #9A9A9A. Windows color (decimal): -8414743 or 15309183. OLE color: 15309183.

HSL color Cylindrical-coordinate representation of color #7F99E9: hue angle of 225.28º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F99E9 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 127 153 233 -
CMYK 0.45 0.34 0 0.09
HSL 225.28º 0.71% 0.71% -
HSV(B) 225.28º 0.45% 0.91% -
XYZ 34.85 33.18 81.66 -
YUV 154.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 127 153 233 0.45 0.34 0 0.09 225.28 0.71 0.71
Hex 7F 99 E9 2D 22 0 9 E1 47 47
Octal 177 231 351 55 42 0 11 341 107 107
Binary 1111111 10011001 11101001 101101 100010 0 1001 11100001 1000111 1000111

Color Harmonies of #7F99E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F99E9

Black with #7F99E9

Text Example


Text Example

White with #7F99E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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