Html Css Color HEX #7F8BDC Portage

📋 copy color: '#7F8BDC'

red 127 ◦ green 139 ◦ blue 220

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

Shades of Portage #7F8BDC

Tints of Portage #7F8BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.6%

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 26.13%
G = 28.6%
B = 45.27%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F8BDC (or 0x7F8BDC) is known color: Portage. HEX triplet: 7F, 8B and DC. RGB value is (127,139,220). Sum of RGB (Red+Green+Blue) = 127+139+220=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F8BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8BDC is #807423. Grayscale: #909090. Windows color (decimal): -8418340 or 14453631. OLE color: 14453631.

HSL color Cylindrical-coordinate representation of color #7F8BDC: hue angle of 232.26º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F8BDC is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 139 220 -
CMYK 0.42 0.37 0 0.14
HSL 232.26º 0.57% 0.68% -
HSV(B) 232.26º 0.42% 0.86% -
XYZ 30.9 28.14 71.51 -
YUV 144.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 127 139 220 0.42 0.37 0 0.14 232.26 0.57 0.68
Hex 7F 8B DC 2A 25 0 E E8 39 44
Octal 177 213 334 52 45 0 16 350 71 104
Binary 1111111 10001011 11011100 101010 100101 0 1110 11101000 111001 1000100

Color Harmonies of #7F8BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8BDC

Black with #7F8BDC

Text Example


Text Example

White with #7F8BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,139,220); }

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

background-color css

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

 a { background-color: rgb(127,139,220); }

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

border-color css

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

 span { border-color: rgb(127,139,220); }

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