Html Css Color HEX #7D8FCC Portage

📋 copy color: '#7D8FCC'

red 125 ◦ green 143 ◦ blue 204

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

Shades of Portage #7D8FCC

Tints of Portage #7D8FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 26.48%
G = 30.3%
B = 43.22%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D8FCC (or 0x7D8FCC) is known color: Portage. HEX triplet: 7D, 8F and CC. RGB value is (125,143,204). Sum of RGB (Red+Green+Blue) = 125+143+204=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D8FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8FCC is #827033. Grayscale: #909090. Windows color (decimal): -8548404 or 13406077. OLE color: 13406077.

HSL color Cylindrical-coordinate representation of color #7D8FCC: hue angle of 226.33º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D8FCC is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 143 204 -
CMYK 0.39 0.30 0 0.2
HSL 226.33º 0.44% 0.65% -
HSV(B) 226.33º 0.39% 0.8% -
XYZ 29.18 28.36 61.06 -
YUV 144.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 125 143 204 0.39 0.30 0 0.2 226.33 0.44 0.65
Hex 7D 8F CC 27 1E 0 14 E2 2C 41
Octal 175 217 314 47 36 0 24 342 54 101
Binary 1111101 10001111 11001100 100111 11110 0 10100 11100010 101100 1000001

Color Harmonies of #7D8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8FCC

Black with #7D8FCC

Text Example


Text Example

White with #7D8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,143,204); }

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

background-color css

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

 a { background-color: rgb(125,143,204); }

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

border-color css

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

 span { border-color: rgb(125,143,204); }

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