Html Css Color HEX #7F8AD8 Portage

📋 copy color: '#7F8AD8'

red 127 ◦ green 138 ◦ blue 216

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

Shades of Portage #7F8AD8

Tints of Portage #7F8AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.91%

R = 26.4%
G = 28.69%
B = 44.91%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F8AD8 (or 0x7F8AD8) is known color: Portage. HEX triplet: 7F, 8A and D8. RGB value is (127,138,216). Sum of RGB (Red+Green+Blue) = 127+138+216=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #7F8AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8AD8 is #807527. Grayscale: #8F8F8F. Windows color (decimal): -8418600 or 14191231. OLE color: 14191231.

HSL color Cylindrical-coordinate representation of color #7F8AD8: hue angle of 232.58º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F8AD8 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 138 216 -
CMYK 0.41 0.36 0 0.15
HSL 232.58º 0.53% 0.67% -
HSV(B) 232.58º 0.41% 0.85% -
XYZ 30.24 27.65 68.71 -
YUV 143.6 168.86 116.16 -
System Red Green Blue C M Y K H S L
Decimal 127 138 216 0.41 0.36 0 0.15 232.58 0.53 0.67
Hex 7F 8A D8 29 24 0 F E9 35 43
Octal 177 212 330 51 44 0 17 351 65 103
Binary 1111111 10001010 11011000 101001 100100 0 1111 11101001 110101 1000011

Color Harmonies of #7F8AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8AD8

Black with #7F8AD8

Text Example


Text Example

White with #7F8AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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