Html Css Color HEX #7D8BCF Portage

📋 copy color: '#7D8BCF'

red 125 ◦ green 139 ◦ blue 207

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

Shades of Portage #7D8BCF

Tints of Portage #7D8BCF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.51%

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

R = 26.54%
G = 29.51%
B = 43.95%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D8BCF (or 0x7D8BCF) is known color: Portage. HEX triplet: 7D, 8B and CF. RGB value is (125,139,207). Sum of RGB (Red+Green+Blue) = 125+139+207=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D8BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8BCF is #827430. Grayscale: #8E8E8E. Windows color (decimal): -8549425 or 13601661. OLE color: 13601661.

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

Color convert

RGB 125 139 207 -
CMYK 0.40 0.33 0 0.19
HSL 229.76º 0.46% 0.65% -
HSV(B) 229.76º 0.4% 0.81% -
XYZ 28.95 27.33 62.78 -
YUV 142.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 125 139 207 0.40 0.33 0 0.19 229.76 0.46 0.65
Hex 7D 8B CF 28 21 0 13 E6 2E 41
Octal 175 213 317 50 41 0 23 346 56 101
Binary 1111101 10001011 11001111 101000 100001 0 10011 11100110 101110 1000001

Color Harmonies of #7D8BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8BCF

Black with #7D8BCF

Text Example


Text Example

White with #7D8BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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