Html Css Color HEX #7F8ACF Portage

📋 copy color: '#7F8ACF'

red 127 ◦ green 138 ◦ blue 207

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

Shades of Portage #7F8ACF

Tints of Portage #7F8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.24%

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 26.91%
G = 29.24%
B = 43.86%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F8ACF (or 0x7F8ACF) is known color: Portage. HEX triplet: 7F, 8A and CF. RGB value is (127,138,207). Sum of RGB (Red+Green+Blue) = 127+138+207=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F8ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8ACF is #807530. Grayscale: #8E8E8E. Windows color (decimal): -8418609 or 13601407. OLE color: 13601407.

HSL color Cylindrical-coordinate representation of color #7F8ACF: hue angle of 231.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F8ACF is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 138 207 -
CMYK 0.39 0.33 0 0.19
HSL 231.75º 0.45% 0.65% -
HSV(B) 231.75º 0.39% 0.81% -
XYZ 29.1 27.19 62.75 -
YUV 142.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 127 138 207 0.39 0.33 0 0.19 231.75 0.45 0.65
Hex 7F 8A CF 27 21 0 13 E8 2D 41
Octal 177 212 317 47 41 0 23 350 55 101
Binary 1111111 10001010 11001111 100111 100001 0 10011 11101000 101101 1000001

Color Harmonies of #7F8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8ACF

Black with #7F8ACF

Text Example


Text Example

White with #7F8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,138,207); }

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

background-color css

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

 a { background-color: rgb(127,138,207); }

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

border-color css

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

 span { border-color: rgb(127,138,207); }

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