Html Css Color HEX #7F9ADB Portage

📋 copy color: '#7F9ADB'

red 127 ◦ green 154 ◦ blue 219

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

Shades of Portage #7F9ADB

Tints of Portage #7F9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.8%

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

R = 25.4%
G = 30.8%
B = 43.8%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F9ADB (or 0x7F9ADB) is known color: Portage. HEX triplet: 7F, 9A and DB. RGB value is (127,154,219). Sum of RGB (Red+Green+Blue) = 127+154+219=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #7F9ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9ADB is #806524. Grayscale: #999999. Windows color (decimal): -8414501 or 14391935. OLE color: 14391935.

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

Color convert

RGB 127 154 219 -
CMYK 0.42 0.30 0 0.14
HSL 222.39º 0.56% 0.68% -
HSV(B) 222.39º 0.42% 0.86% -
XYZ 33.09 32.74 71.59 -
YUV 153.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 127 154 219 0.42 0.30 0 0.14 222.39 0.56 0.68
Hex 7F 9A DB 2A 1E 0 E DE 38 44
Octal 177 232 333 52 36 0 16 336 70 104
Binary 1111111 10011010 11011011 101010 11110 0 1110 11011110 111000 1000100

Color Harmonies of #7F9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9ADB

Black with #7F9ADB

Text Example


Text Example

White with #7F9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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