Html Css Color HEX #7F9CDE Portage

📋 copy color: '#7F9CDE'

red 127 ◦ green 156 ◦ blue 222

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

Shades of Portage #7F9CDE

Tints of Portage #7F9CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 25.15%
G = 30.89%
B = 43.96%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F9CDE (or 0x7F9CDE) is known color: Portage. HEX triplet: 7F, 9C and DE. RGB value is (127,156,222). Sum of RGB (Red+Green+Blue) = 127+156+222=505 (66% of max value = 765). Red value is 127 (50% from 255 or 25.15% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F9CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CDE is #806321. Grayscale: #9A9A9A. Windows color (decimal): -8413986 or 14589055. OLE color: 14589055.

HSL color Cylindrical-coordinate representation of color #7F9CDE: hue angle of 221.68º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F9CDE is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 156 222 -
CMYK 0.43 0.30 0 0.13
HSL 221.68º 0.59% 0.68% -
HSV(B) 221.68º 0.43% 0.87% -
XYZ 33.83 33.56 73.8 -
YUV 154.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 127 156 222 0.43 0.30 0 0.13 221.68 0.59 0.68
Hex 7F 9C DE 2B 1E 0 D DE 3B 44
Octal 177 234 336 53 36 0 15 336 73 104
Binary 1111111 10011100 11011110 101011 11110 0 1101 11011110 111011 1000100

Color Harmonies of #7F9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9CDE

Black with #7F9CDE

Text Example


Text Example

White with #7F9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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