Html Css Color HEX #7D88CE Portage

📋 copy color: '#7D88CE'

red 125 ◦ green 136 ◦ blue 206

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

Shades of Portage #7D88CE

Tints of Portage #7D88CE

RGB

 RED value IS 125 (49.22% from 255) = 26.77%

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

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

R = 26.77%
G = 29.12%
B = 44.11%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D88CE (or 0x7D88CE) is known color: Portage. HEX triplet: 7D, 88 and CE. RGB value is (125,136,206). Sum of RGB (Red+Green+Blue) = 125+136+206=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D88CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D88CE is #827731. Grayscale: #8C8C8C. Windows color (decimal): -8550194 or 13535357. OLE color: 13535357.

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

Color convert

RGB 125 136 206 -
CMYK 0.39 0.34 0 0.19
HSL 231.85º 0.45% 0.65% -
HSV(B) 231.85º 0.39% 0.81% -
XYZ 28.4 26.42 62 -
YUV 140.69 164.86 116.81 -
System Red Green Blue C M Y K H S L
Decimal 125 136 206 0.39 0.34 0 0.19 231.85 0.45 0.65
Hex 7D 88 CE 27 22 0 13 E8 2D 41
Octal 175 210 316 47 42 0 23 350 55 101
Binary 1111101 10001000 11001110 100111 100010 0 10011 11101000 101101 1000001

Color Harmonies of #7D88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D88CE

Black with #7D88CE

Text Example


Text Example

White with #7D88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,136,206); }

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

background-color css

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

 a { background-color: rgb(125,136,206); }

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

border-color css

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

 span { border-color: rgb(125,136,206); }

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