Html Css Color HEX #7F8CE0 Portage

📋 copy color: '#7F8CE0'

red 127 ◦ green 140 ◦ blue 224

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

Shades of Portage #7F8CE0

Tints of Portage #7F8CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.51%

 BLUE value IS 224 (87.89% from 255) = 45.62%

R = 25.87%
G = 28.51%
B = 45.62%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7F8CE0 (or 0x7F8CE0) is known color: Portage. HEX triplet: 7F, 8C and E0. RGB value is (127,140,224). Sum of RGB (Red+Green+Blue) = 127+140+224=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F8CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CE0 is #80731F. Grayscale: #919191. Windows color (decimal): -8418080 or 14716031. OLE color: 14716031.

HSL color Cylindrical-coordinate representation of color #7F8CE0: hue angle of 231.96º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F8CE0 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 140 224 -
CMYK 0.43 0.38 0 0.12
HSL 231.96º 0.61% 0.69% -
HSV(B) 231.96º 0.43% 0.88% -
XYZ 31.59 28.65 74.39 -
YUV 145.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 127 140 224 0.43 0.38 0 0.12 231.96 0.61 0.69
Hex 7F 8C E0 2B 26 0 C E8 3D 45
Octal 177 214 340 53 46 0 14 350 75 105
Binary 1111111 10001100 11100000 101011 100110 0 1100 11101000 111101 1000101

Color Harmonies of #7F8CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8CE0

Black with #7F8CE0

Text Example


Text Example

White with #7F8CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,140,224); }

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

background-color css

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

 a { background-color: rgb(127,140,224); }

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

border-color css

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

 span { border-color: rgb(127,140,224); }

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