Html Css Color HEX #7F98DC Portage

📋 copy color: '#7F98DC'

red 127 ◦ green 152 ◦ blue 220

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

Shades of Portage #7F98DC

Tints of Portage #7F98DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.46%

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 25.45%
G = 30.46%
B = 44.09%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F98DC (or 0x7F98DC) is known color: Portage. HEX triplet: 7F, 98 and DC. RGB value is (127,152,220). Sum of RGB (Red+Green+Blue) = 127+152+220=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F98DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F98DC is #806723. Grayscale: #979797. Windows color (decimal): -8415012 or 14456959. OLE color: 14456959.

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

Color convert

RGB 127 152 220 -
CMYK 0.42 0.31 0 0.14
HSL 223.87º 0.57% 0.68% -
HSV(B) 223.87º 0.42% 0.86% -
XYZ 32.9 32.14 72.18 -
YUV 152.28 166.22 109.97 -
System Red Green Blue C M Y K H S L
Decimal 127 152 220 0.42 0.31 0 0.14 223.87 0.57 0.68
Hex 7F 98 DC 2A 1F 0 E E0 39 44
Octal 177 230 334 52 37 0 16 340 71 104
Binary 1111111 10011000 11011100 101010 11111 0 1110 11100000 111001 1000100

Color Harmonies of #7F98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F98DC

Black with #7F98DC

Text Example


Text Example

White with #7F98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,152,220); }

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

background-color css

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

 a { background-color: rgb(127,152,220); }

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

border-color css

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

 span { border-color: rgb(127,152,220); }

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