Html Css Color HEX #7F8CDF Portage

📋 copy color: '#7F8CDF'

red 127 ◦ green 140 ◦ blue 223

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

Shades of Portage #7F8CDF

Tints of Portage #7F8CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 25.92%
G = 28.57%
B = 45.51%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F8CDF (or 0x7F8CDF) is known color: Portage. HEX triplet: 7F, 8C and DF. RGB value is (127,140,223). Sum of RGB (Red+Green+Blue) = 127+140+223=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #7F8CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CDF is #807320. Grayscale: #919191. Windows color (decimal): -8418081 or 14650495. OLE color: 14650495.

HSL color Cylindrical-coordinate representation of color #7F8CDF: hue angle of 231.88º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F8CDF is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 140 223 -
CMYK 0.43 0.37 0 0.13
HSL 231.88º 0.6% 0.69% -
HSV(B) 231.88º 0.43% 0.87% -
XYZ 31.45 28.6 73.67 -
YUV 145.58 171.69 114.75 -
System Red Green Blue C M Y K H S L
Decimal 127 140 223 0.43 0.37 0 0.13 231.88 0.6 0.69
Hex 7F 8C DF 2B 25 0 D E8 3C 45
Octal 177 214 337 53 45 0 15 350 74 105
Binary 1111111 10001100 11011111 101011 100101 0 1101 11101000 111100 1000101

Color Harmonies of #7F8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8CDF

Black with #7F8CDF

Text Example


Text Example

White with #7F8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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