Html Css Color HEX #7F83DC Portage

📋 copy color: '#7F83DC'

red 127 ◦ green 131 ◦ blue 220

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

Shades of Portage #7F83DC

Tints of Portage #7F83DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.41%

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

R = 26.57%
G = 27.41%
B = 46.03%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F83DC (or 0x7F83DC) is known color: Portage. HEX triplet: 7F, 83 and DC. RGB value is (127,131,220). Sum of RGB (Red+Green+Blue) = 127+131+220=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F83DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F83DC is #807C23. Grayscale: #8B8B8B. Windows color (decimal): -8420388 or 14451583. OLE color: 14451583.

HSL color Cylindrical-coordinate representation of color #7F83DC: hue angle of 237.42º 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 #7F83DC is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 131 220 -
CMYK 0.42 0.40 0 0.14
HSL 237.42º 0.57% 0.68% -
HSV(B) 237.42º 0.42% 0.86% -
XYZ 29.79 25.91 71.14 -
YUV 139.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 127 131 220 0.42 0.40 0 0.14 237.42 0.57 0.68
Hex 7F 83 DC 2A 28 0 E ED 39 44
Octal 177 203 334 52 50 0 16 355 71 104
Binary 1111111 10000011 11011100 101010 101000 0 1110 11101101 111001 1000100

Color Harmonies of #7F83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F83DC

Black with #7F83DC

Text Example


Text Example

White with #7F83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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