Html Css Color HEX #7F8DDA Portage

📋 copy color: '#7F8DDA'

red 127 ◦ green 141 ◦ blue 218

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

Shades of Portage #7F8DDA

Tints of Portage #7F8DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.01%

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 26.13%
G = 29.01%
B = 44.86%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F8DDA (or 0x7F8DDA) is known color: Portage. HEX triplet: 7F, 8D and DA. RGB value is (127,141,218). Sum of RGB (Red+Green+Blue) = 127+141+218=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F8DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8DDA is #807225. Grayscale: #919191. Windows color (decimal): -8417830 or 14323071. OLE color: 14323071.

HSL color Cylindrical-coordinate representation of color #7F8DDA: hue angle of 230.77º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F8DDA is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 141 218 -
CMYK 0.42 0.35 0 0.15
HSL 230.77º 0.55% 0.68% -
HSV(B) 230.77º 0.42% 0.85% -
XYZ 30.93 28.62 70.22 -
YUV 145.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 127 141 218 0.42 0.35 0 0.15 230.77 0.55 0.68
Hex 7F 8D DA 2A 23 0 F E7 37 44
Octal 177 215 332 52 43 0 17 347 67 104
Binary 1111111 10001101 11011010 101010 100011 0 1111 11100111 110111 1000100

Color Harmonies of #7F8DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8DDA

Black with #7F8DDA

Text Example


Text Example

White with #7F8DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,141,218); }

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

background-color css

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

 a { background-color: rgb(127,141,218); }

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

border-color css

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

 span { border-color: rgb(127,141,218); }

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