Html Css Color HEX #7D88ED Portage

📋 copy color: '#7D88ED'

red 125 ◦ green 136 ◦ blue 237

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

Shades of Portage #7D88ED

Tints of Portage #7D88ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 25.1%
G = 27.31%
B = 47.59%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D88ED (or 0x7D88ED) is known color: Portage. HEX triplet: 7D, 88 and ED. RGB value is (125,136,237). Sum of RGB (Red+Green+Blue) = 125+136+237=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 136 (53.52% from 255 or 27.31% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D88ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D88ED is #827712. Grayscale: #8F8F8F. Windows color (decimal): -8550163 or 15566973. OLE color: 15566973.

HSL color Cylindrical-coordinate representation of color #7D88ED: hue angle of 234.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D88ED is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 136 237 -
CMYK 0.47 0.43 0 0.07
HSL 234.11º 0.76% 0.71% -
HSV(B) 234.11º 0.47% 0.93% -
XYZ 32.55 28.08 83.83 -
YUV 144.23 180.36 114.29 -
System Red Green Blue C M Y K H S L
Decimal 125 136 237 0.47 0.43 0 0.07 234.11 0.76 0.71
Hex 7D 88 ED 2F 2B 0 7 EA 4C 47
Octal 175 210 355 57 53 0 7 352 114 107
Binary 1111101 10001000 11101101 101111 101011 0 111 11101010 1001100 1000111

Color Harmonies of #7D88ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D88ED

Black with #7D88ED

Text Example


Text Example

White with #7D88ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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