Html Css Color HEX #7F83DA Portage

📋 copy color: '#7F83DA'

red 127 ◦ green 131 ◦ blue 218

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

Shades of Portage #7F83DA

Tints of Portage #7F83DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 26.68%
G = 27.52%
B = 45.8%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F83DA (or 0x7F83DA) is known color: Portage. HEX triplet: 7F, 83 and DA. RGB value is (127,131,218). Sum of RGB (Red+Green+Blue) = 127+131+218=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F83DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F83DA is #807C25. Grayscale: #8B8B8B. Windows color (decimal): -8420390 or 14320511. OLE color: 14320511.

HSL color Cylindrical-coordinate representation of color #7F83DA: hue angle of 237.36º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F83DA is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 131 218 -
CMYK 0.42 0.40 0 0.15
HSL 237.36º 0.55% 0.68% -
HSV(B) 237.36º 0.42% 0.85% -
XYZ 29.52 25.81 69.75 -
YUV 139.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 127 131 218 0.42 0.40 0 0.15 237.36 0.55 0.68
Hex 7F 83 DA 2A 28 0 F ED 37 44
Octal 177 203 332 52 50 0 17 355 67 104
Binary 1111111 10000011 11011010 101010 101000 0 1111 11101101 110111 1000100

Color Harmonies of #7F83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F83DA

Black with #7F83DA

Text Example


Text Example

White with #7F83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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