Html Css Color HEX #7F9DDB Portage

📋 copy color: '#7F9DDB'

red 127 ◦ green 157 ◦ blue 219

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

Shades of Portage #7F9DDB

Tints of Portage #7F9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.21%

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

R = 25.25%
G = 31.21%
B = 43.54%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F9DDB (or 0x7F9DDB) is known color: Portage. HEX triplet: 7F, 9D and DB. RGB value is (127,157,219). Sum of RGB (Red+Green+Blue) = 127+157+219=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F9DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9DDB is #806224. Grayscale: #9A9A9A. Windows color (decimal): -8413733 or 14392703. OLE color: 14392703.

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

Color convert

RGB 127 157 219 -
CMYK 0.42 0.28 0 0.14
HSL 220.43º 0.56% 0.68% -
HSV(B) 220.43º 0.42% 0.86% -
XYZ 33.6 33.74 71.76 -
YUV 155.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 127 157 219 0.42 0.28 0 0.14 220.43 0.56 0.68
Hex 7F 9D DB 2A 1C 0 E DC 38 44
Octal 177 235 333 52 34 0 16 334 70 104
Binary 1111111 10011101 11011011 101010 11100 0 1110 11011100 111000 1000100

Color Harmonies of #7F9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9DDB

Black with #7F9DDB

Text Example


Text Example

White with #7F9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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