Html Css Color HEX #7F9AE8 Portage

📋 copy color: '#7F9AE8'

red 127 ◦ green 154 ◦ blue 232

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

Shades of Portage #7F9AE8

Tints of Portage #7F9AE8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

 BLUE value IS 232 (91.02% from 255) = 45.22%

R = 24.76%
G = 30.02%
B = 45.22%

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

#7F9AE8 (or 0x7F9AE8) is known color: Portage. HEX triplet: 7F, 9A and E8. RGB value is (127,154,232). Sum of RGB (Red+Green+Blue) = 127+154+232=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #7F9AE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9AE8 is #806517. Grayscale: #9A9A9A. Windows color (decimal): -8414488 or 15243903. OLE color: 15243903.

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

Color convert

RGB 127 154 232 -
CMYK 0.45 0.34 0 0.09
HSL 224.57º 0.7% 0.7% -
HSV(B) 224.57º 0.45% 0.91% -
XYZ 34.87 33.45 80.96 -
YUV 154.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 127 154 232 0.45 0.34 0 0.09 224.57 0.7 0.7
Hex 7F 9A E8 2D 22 0 9 E1 46 46
Octal 177 232 350 55 42 0 11 341 106 106
Binary 1111111 10011010 11101000 101101 100010 0 1001 11100001 1000110 1000110

Color Harmonies of #7F9AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9AE8

Black with #7F9AE8

Text Example


Text Example

White with #7F9AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,154,232); }

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

background-color css

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

 a { background-color: rgb(127,154,232); }

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

border-color css

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

 span { border-color: rgb(127,154,232); }

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