Html Css Color HEX #7F8DED Portage

📋 copy color: '#7F8DED'

red 127 ◦ green 141 ◦ blue 237

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

Shades of Portage #7F8DED

Tints of Portage #7F8DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 25.15%
G = 27.92%
B = 46.93%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F8DED (or 0x7F8DED) is known color: Portage. HEX triplet: 7F, 8D and ED. RGB value is (127,141,237). Sum of RGB (Red+Green+Blue) = 127+141+237=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F8DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8DED is #807212. Grayscale: #939393. Windows color (decimal): -8417811 or 15568255. OLE color: 15568255.

HSL color Cylindrical-coordinate representation of color #7F8DED: hue angle of 232.36º degrees, saturation: 0.75, 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 #7F8DED is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 141 237 -
CMYK 0.46 0.41 0 0.07
HSL 232.36º 0.75% 0.71% -
HSV(B) 232.36º 0.46% 0.93% -
XYZ 33.56 29.68 84.08 -
YUV 147.76 178.36 113.19 -
System Red Green Blue C M Y K H S L
Decimal 127 141 237 0.46 0.41 0 0.07 232.36 0.75 0.71
Hex 7F 8D ED 2E 29 0 7 E8 4B 47
Octal 177 215 355 56 51 0 7 350 113 107
Binary 1111111 10001101 11101101 101110 101001 0 111 11101000 1001011 1000111

Color Harmonies of #7F8DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8DED

Black with #7F8DED

Text Example


Text Example

White with #7F8DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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