Html Css Color HEX #7F98CE Portage

📋 copy color: '#7F98CE'

red 127 ◦ green 152 ◦ blue 206

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

Shades of Portage #7F98CE

Tints of Portage #7F98CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 26.19%
G = 31.34%
B = 42.47%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F98CE (or 0x7F98CE) is known color: Portage. HEX triplet: 7F, 98 and CE. RGB value is (127,152,206). Sum of RGB (Red+Green+Blue) = 127+152+206=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F98CE is #806731. Grayscale: #969696. Windows color (decimal): -8415026 or 13539455. OLE color: 13539455.

HSL color Cylindrical-coordinate representation of color #7F98CE: hue angle of 221.01º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F98CE is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 152 206 -
CMYK 0.38 0.26 0 0.19
HSL 221.01º 0.45% 0.65% -
HSV(B) 221.01º 0.38% 0.81% -
XYZ 31.12 31.42 62.82 -
YUV 150.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 127 152 206 0.38 0.26 0 0.19 221.01 0.45 0.65
Hex 7F 98 CE 26 1A 0 13 DD 2D 41
Octal 177 230 316 46 32 0 23 335 55 101
Binary 1111111 10011000 11001110 100110 11010 0 10011 11011101 101101 1000001

Color Harmonies of #7F98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F98CE

Black with #7F98CE

Text Example


Text Example

White with #7F98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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