Html Css Color HEX #7F9CDD Portage

📋 copy color: '#7F9CDD'

red 127 ◦ green 156 ◦ blue 221

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

Shades of Portage #7F9CDD

Tints of Portage #7F9CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.85%

R = 25.2%
G = 30.95%
B = 43.85%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F9CDD (or 0x7F9CDD) is known color: Portage. HEX triplet: 7F, 9C and DD. RGB value is (127,156,221). Sum of RGB (Red+Green+Blue) = 127+156+221=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F9CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CDD is #806322. Grayscale: #9A9A9A. Windows color (decimal): -8413987 or 14523519. OLE color: 14523519.

HSL color Cylindrical-coordinate representation of color #7F9CDD: hue angle of 221.49º degrees, saturation: 0.58, 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 #7F9CDD is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 156 221 -
CMYK 0.43 0.29 0 0.13
HSL 221.49º 0.58% 0.68% -
HSV(B) 221.49º 0.43% 0.87% -
XYZ 33.69 33.51 73.1 -
YUV 154.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 127 156 221 0.43 0.29 0 0.13 221.49 0.58 0.68
Hex 7F 9C DD 2B 1D 0 D DD 3A 44
Octal 177 234 335 53 35 0 15 335 72 104
Binary 1111111 10011100 11011101 101011 11101 0 1101 11011101 111010 1000100

Color Harmonies of #7F9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9CDD

Black with #7F9CDD

Text Example


Text Example

White with #7F9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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