Html Css Color HEX #7F9CE0 Portage

📋 copy color: '#7F9CE0'

red 127 ◦ green 156 ◦ blue 224

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

Shades of Portage #7F9CE0

Tints of Portage #7F9CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 25.05%
G = 30.77%
B = 44.18%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7F9CE0 (or 0x7F9CE0) is known color: Portage. HEX triplet: 7F, 9C and E0. RGB value is (127,156,224). Sum of RGB (Red+Green+Blue) = 127+156+224=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F9CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CE0 is #80631F. Grayscale: #9A9A9A. Windows color (decimal): -8413984 or 14720127. OLE color: 14720127.

HSL color Cylindrical-coordinate representation of color #7F9CE0: hue angle of 222.06º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F9CE0 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 156 224 -
CMYK 0.43 0.30 0 0.12
HSL 222.06º 0.61% 0.69% -
HSV(B) 222.06º 0.43% 0.88% -
XYZ 34.1 33.67 75.22 -
YUV 155.08 166.89 107.97 -
System Red Green Blue C M Y K H S L
Decimal 127 156 224 0.43 0.30 0 0.12 222.06 0.61 0.69
Hex 7F 9C E0 2B 1E 0 C DE 3D 45
Octal 177 234 340 53 36 0 14 336 75 105
Binary 1111111 10011100 11100000 101011 11110 0 1100 11011110 111101 1000101

Color Harmonies of #7F9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9CE0

Black with #7F9CE0

Text Example


Text Example

White with #7F9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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