Html Css Color HEX #7D88CF Portage

📋 copy color: '#7D88CF'

red 125 ◦ green 136 ◦ blue 207

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

Shades of Portage #7D88CF

Tints of Portage #7D88CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 26.71%
G = 29.06%
B = 44.23%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D88CF (or 0x7D88CF) is known color: Portage. HEX triplet: 7D, 88 and CF. RGB value is (125,136,207). Sum of RGB (Red+Green+Blue) = 125+136+207=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D88CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D88CF is #827730. Grayscale: #8C8C8C. Windows color (decimal): -8550193 or 13600893. OLE color: 13600893.

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

Color convert

RGB 125 136 207 -
CMYK 0.40 0.34 0 0.19
HSL 231.95º 0.46% 0.65% -
HSV(B) 231.95º 0.4% 0.81% -
XYZ 28.52 26.47 62.64 -
YUV 140.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 125 136 207 0.40 0.34 0 0.19 231.95 0.46 0.65
Hex 7D 88 CF 28 22 0 13 E8 2E 41
Octal 175 210 317 50 42 0 23 350 56 101
Binary 1111101 10001000 11001111 101000 100010 0 10011 11101000 101110 1000001

Color Harmonies of #7D88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D88CF

Black with #7D88CF

Text Example


Text Example

White with #7D88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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