Html Css Color HEX #7F9CDB Portage

📋 copy color: '#7F9CDB'

red 127 ◦ green 156 ◦ blue 219

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

Shades of Portage #7F9CDB

Tints of Portage #7F9CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 25.3%
G = 31.08%
B = 43.63%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F9CDB (or 0x7F9CDB) is known color: Portage. HEX triplet: 7F, 9C and DB. RGB value is (127,156,219). Sum of RGB (Red+Green+Blue) = 127+156+219=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F9CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CDB is #806324. Grayscale: #9A9A9A. Windows color (decimal): -8413989 or 14392447. OLE color: 14392447.

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

Color convert

RGB 127 156 219 -
CMYK 0.42 0.29 0 0.14
HSL 221.09º 0.56% 0.68% -
HSV(B) 221.09º 0.42% 0.86% -
XYZ 33.43 33.4 71.7 -
YUV 154.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 127 156 219 0.42 0.29 0 0.14 221.09 0.56 0.68
Hex 7F 9C DB 2A 1D 0 E DD 38 44
Octal 177 234 333 52 35 0 16 335 70 104
Binary 1111111 10011100 11011011 101010 11101 0 1110 11011101 111000 1000100

Color Harmonies of #7F9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9CDB

Black with #7F9CDB

Text Example


Text Example

White with #7F9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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