Html Css Color HEX #7A88DF Portage

📋 copy color: '#7A88DF'

red 122 ◦ green 136 ◦ blue 223

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

Shades of Portage #7A88DF

Tints of Portage #7A88DF

RGB

 RED value IS 122 (48.05% from 255) = 25.36%

 GREEN value IS 136 (53.52% from 255) = 28.27%

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 25.36%
G = 28.27%
B = 46.36%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A88DF (or 0x7A88DF) is known color: Portage. HEX triplet: 7A, 88 and DF. RGB value is (122,136,223). Sum of RGB (Red+Green+Blue) = 122+136+223=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A88DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A88DF is #857720. Grayscale: #8D8D8D. Windows color (decimal): -8746785 or 14649466. OLE color: 14649466.

HSL color Cylindrical-coordinate representation of color #7A88DF: hue angle of 231.68º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A88DF is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 136 223 -
CMYK 0.45 0.39 0 0.13
HSL 231.68º 0.61% 0.68% -
HSV(B) 231.68º 0.45% 0.87% -
XYZ 30.15 27.07 73.45 -
YUV 141.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 122 136 223 0.45 0.39 0 0.13 231.68 0.61 0.68
Hex 7A 88 DF 2D 27 0 D E8 3D 44
Octal 172 210 337 55 47 0 15 350 75 104
Binary 1111010 10001000 11011111 101101 100111 0 1101 11101000 111101 1000100

Color Harmonies of #7A88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A88DF

Black with #7A88DF

Text Example


Text Example

White with #7A88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,136,223); }

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

background-color css

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

 a { background-color: rgb(122,136,223); }

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

border-color css

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

 span { border-color: rgb(122,136,223); }

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