Html Css Color HEX #7F8DEC Portage

📋 copy color: '#7F8DEC'

red 127 ◦ green 141 ◦ blue 236

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

Shades of Portage #7F8DEC

Tints of Portage #7F8DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 25.2%
G = 27.98%
B = 46.83%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F8DEC (or 0x7F8DEC) is known color: Portage. HEX triplet: 7F, 8D and EC. RGB value is (127,141,236). Sum of RGB (Red+Green+Blue) = 127+141+236=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F8DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8DEC is #807213. Grayscale: #939393. Windows color (decimal): -8417812 or 15502719. OLE color: 15502719.

HSL color Cylindrical-coordinate representation of color #7F8DEC: hue angle of 232.29º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F8DEC is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 141 236 -
CMYK 0.46 0.40 0 0.07
HSL 232.29º 0.74% 0.71% -
HSV(B) 232.29º 0.46% 0.93% -
XYZ 33.42 29.62 83.31 -
YUV 147.64 177.86 113.28 -
System Red Green Blue C M Y K H S L
Decimal 127 141 236 0.46 0.40 0 0.07 232.29 0.74 0.71
Hex 7F 8D EC 2E 28 0 7 E8 4A 47
Octal 177 215 354 56 50 0 7 350 112 107
Binary 1111111 10001101 11101100 101110 101000 0 111 11101000 1001010 1000111

Color Harmonies of #7F8DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8DEC

Black with #7F8DEC

Text Example


Text Example

White with #7F8DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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