Html Css Color HEX #7F9ADC Portage

📋 copy color: '#7F9ADC'

red 127 ◦ green 154 ◦ blue 220

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

Shades of Portage #7F9ADC

Tints of Portage #7F9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.74%

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

R = 25.35%
G = 30.74%
B = 43.91%

CMYK

 C value IS 0.42

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F9ADC (or 0x7F9ADC) is known color: Portage. HEX triplet: 7F, 9A and DC. RGB value is (127,154,220). Sum of RGB (Red+Green+Blue) = 127+154+220=501 (66% of max value = 765). Red value is 127 (50% from 255 or 25.35% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F9ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9ADC is #806523. Grayscale: #999999. Windows color (decimal): -8414500 or 14457471. OLE color: 14457471.

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

Color convert

RGB 127 154 220 -
CMYK 0.42 0.3 0 0.14
HSL 222.58º 0.57% 0.68% -
HSV(B) 222.58º 0.42% 0.86% -
XYZ 33.23 32.79 72.29 -
YUV 153.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 127 154 220 0.42 0.3 0 0.14 222.58 0.57 0.68
Hex 7F 9A DC 2A 1E 0 E DF 39 44
Octal 177 232 334 52 36 0 16 337 71 104
Binary 1111111 10011010 11011100 101010 11110 0 1110 11011111 111001 1000100

Color Harmonies of #7F9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9ADC

Black with #7F9ADC

Text Example


Text Example

White with #7F9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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