Html Css Color HEX #7F8FEF Portage

📋 copy color: '#7F8FEF'

red 127 ◦ green 143 ◦ blue 239

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

Shades of Portage #7F8FEF

Tints of Portage #7F8FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.09%

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 24.95%
G = 28.09%
B = 46.95%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7F8FEF (or 0x7F8FEF) is known color: Portage. HEX triplet: 7F, 8F and EF. RGB value is (127,143,239). Sum of RGB (Red+Green+Blue) = 127+143+239=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #7F8FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8FEF is #807010. Grayscale: #949494. Windows color (decimal): -8417297 or 15699839. OLE color: 15699839.

HSL color Cylindrical-coordinate representation of color #7F8FEF: hue angle of 231.43º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F8FEF is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 127 143 239 -
CMYK 0.47 0.40 0 0.06
HSL 231.43º 0.78% 0.72% -
HSV(B) 231.43º 0.47% 0.94% -
XYZ 34.15 30.39 85.73 -
YUV 149.16 178.7 112.19 -
System Red Green Blue C M Y K H S L
Decimal 127 143 239 0.47 0.40 0 0.06 231.43 0.78 0.72
Hex 7F 8F EF 2F 28 0 6 E7 4E 48
Octal 177 217 357 57 50 0 6 347 116 110
Binary 1111111 10001111 11101111 101111 101000 0 110 11100111 1001110 1001000

Color Harmonies of #7F8FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8FEF

Black with #7F8FEF

Text Example


Text Example

White with #7F8FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,143,239); }

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

background-color css

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

 a { background-color: rgb(127,143,239); }

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

border-color css

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

 span { border-color: rgb(127,143,239); }

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