Html Css Color HEX #7D8CCE Portage

📋 copy color: '#7D8CCE'

red 125 ◦ green 140 ◦ blue 206

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

Shades of Portage #7D8CCE

Tints of Portage #7D8CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.72%

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

R = 26.54%
G = 29.72%
B = 43.74%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D8CCE (or 0x7D8CCE) is known color: Portage. HEX triplet: 7D, 8C and CE. RGB value is (125,140,206). Sum of RGB (Red+Green+Blue) = 125+140+206=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D8CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8CCE is #827331. Grayscale: #8E8E8E. Windows color (decimal): -8549170 or 13536381. OLE color: 13536381.

HSL color Cylindrical-coordinate representation of color #7D8CCE: hue angle of 228.89º 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 #7D8CCE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 140 206 -
CMYK 0.39 0.32 0 0.19
HSL 228.89º 0.45% 0.65% -
HSV(B) 228.89º 0.39% 0.81% -
XYZ 28.98 27.57 62.19 -
YUV 143.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 125 140 206 0.39 0.32 0 0.19 228.89 0.45 0.65
Hex 7D 8C CE 27 20 0 13 E5 2D 41
Octal 175 214 316 47 40 0 23 345 55 101
Binary 1111101 10001100 11001110 100111 100000 0 10011 11100101 101101 1000001

Color Harmonies of #7D8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8CCE

Black with #7D8CCE

Text Example


Text Example

White with #7D8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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