Html Css Color HEX #7F9CDA Portage

📋 copy color: '#7F9CDA'

red 127 ◦ green 156 ◦ blue 218

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

Shades of Portage #7F9CDA

Tints of Portage #7F9CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.14%

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

R = 25.35%
G = 31.14%
B = 43.51%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F9CDA (or 0x7F9CDA) is known color: Portage. HEX triplet: 7F, 9C and DA. RGB value is (127,156,218). Sum of RGB (Red+Green+Blue) = 127+156+218=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F9CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CDA is #806325. Grayscale: #9A9A9A. Windows color (decimal): -8413990 or 14326911. OLE color: 14326911.

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

Color convert

RGB 127 156 218 -
CMYK 0.42 0.28 0 0.15
HSL 220.88º 0.55% 0.68% -
HSV(B) 220.88º 0.42% 0.85% -
XYZ 33.3 33.35 71.01 -
YUV 154.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 127 156 218 0.42 0.28 0 0.15 220.88 0.55 0.68
Hex 7F 9C DA 2A 1C 0 F DD 37 44
Octal 177 234 332 52 34 0 17 335 67 104
Binary 1111111 10011100 11011010 101010 11100 0 1111 11011101 110111 1000100

Color Harmonies of #7F9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9CDA

Black with #7F9CDA

Text Example


Text Example

White with #7F9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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