Html Css Color HEX #7F9ADA Portage

📋 copy color: '#7F9ADA'

red 127 ◦ green 154 ◦ blue 218

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

Shades of Portage #7F9ADA

Tints of Portage #7F9ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 25.45%
G = 30.86%
B = 43.69%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F9ADA (or 0x7F9ADA) is known color: Portage. HEX triplet: 7F, 9A and DA. RGB value is (127,154,218). Sum of RGB (Red+Green+Blue) = 127+154+218=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F9ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9ADA is #806525. Grayscale: #989898. Windows color (decimal): -8414502 or 14326399. OLE color: 14326399.

HSL color Cylindrical-coordinate representation of color #7F9ADA: hue angle of 222.2º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F9ADA is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 154 218 -
CMYK 0.42 0.29 0 0.15
HSL 222.2º 0.55% 0.68% -
HSV(B) 222.2º 0.42% 0.85% -
XYZ 32.96 32.69 70.9 -
YUV 153.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 127 154 218 0.42 0.29 0 0.15 222.2 0.55 0.68
Hex 7F 9A DA 2A 1D 0 F DE 37 44
Octal 177 232 332 52 35 0 17 336 67 104
Binary 1111111 10011010 11011010 101010 11101 0 1111 11011110 110111 1000100

Color Harmonies of #7F9ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9ADA

Black with #7F9ADA

Text Example


Text Example

White with #7F9ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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