Html Css Color HEX #7F99EA Portage

📋 copy color: '#7F99EA'

red 127 ◦ green 153 ◦ blue 234

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

Shades of Portage #7F99EA

Tints of Portage #7F99EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 24.71%
G = 29.77%
B = 45.53%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F99EA (or 0x7F99EA) is known color: Portage. HEX triplet: 7F, 99 and EA. RGB value is (127,153,234). Sum of RGB (Red+Green+Blue) = 127+153+234=514 (68% of max value = 765). Red value is 127 (50% from 255 or 24.71% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F99EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F99EA is #806615. Grayscale: #9A9A9A. Windows color (decimal): -8414742 or 15374719. OLE color: 15374719.

HSL color Cylindrical-coordinate representation of color #7F99EA: hue angle of 225.42º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F99EA is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 153 234 -
CMYK 0.46 0.35 0 0.08
HSL 225.42º 0.72% 0.71% -
HSV(B) 225.42º 0.46% 0.92% -
XYZ 34.99 33.24 82.41 -
YUV 154.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 127 153 234 0.46 0.35 0 0.08 225.42 0.72 0.71
Hex 7F 99 EA 2E 23 0 8 E1 48 47
Octal 177 231 352 56 43 0 10 341 110 107
Binary 1111111 10011001 11101010 101110 100011 0 1000 11100001 1001000 1000111

Color Harmonies of #7F99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F99EA

Black with #7F99EA

Text Example


Text Example

White with #7F99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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