Html Css Color HEX #7D8BCE Portage

📋 copy color: '#7D8BCE'

red 125 ◦ green 139 ◦ blue 206

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

Shades of Portage #7D8BCE

Tints of Portage #7D8BCE

RGB

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

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

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

R = 26.6%
G = 29.57%
B = 43.83%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D8BCE (or 0x7D8BCE) is known color: Portage. HEX triplet: 7D, 8B and CE. RGB value is (125,139,206). Sum of RGB (Red+Green+Blue) = 125+139+206=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D8BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8BCE is #827431. Grayscale: #8E8E8E. Windows color (decimal): -8549426 or 13536125. OLE color: 13536125.

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

Color convert

RGB 125 139 206 -
CMYK 0.39 0.33 0 0.19
HSL 229.63º 0.45% 0.65% -
HSV(B) 229.63º 0.39% 0.81% -
XYZ 28.83 27.28 62.14 -
YUV 142.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 125 139 206 0.39 0.33 0 0.19 229.63 0.45 0.65
Hex 7D 8B CE 27 21 0 13 E6 2D 41
Octal 175 213 316 47 41 0 23 346 55 101
Binary 1111101 10001011 11001110 100111 100001 0 10011 11100110 101101 1000001

Color Harmonies of #7D8BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8BCE

Black with #7D8BCE

Text Example


Text Example

White with #7D8BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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