Html Css Color HEX #7D8CEA Portage

📋 copy color: '#7D8CEA'

red 125 ◦ green 140 ◦ blue 234

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

Shades of Portage #7D8CEA

Tints of Portage #7D8CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 25.05%
G = 28.06%
B = 46.89%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D8CEA (or 0x7D8CEA) is known color: Portage. HEX triplet: 7D, 8C and EA. RGB value is (125,140,234). Sum of RGB (Red+Green+Blue) = 125+140+234=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D8CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8CEA is #827315. Grayscale: #919191. Windows color (decimal): -8549142 or 15371389. OLE color: 15371389.

HSL color Cylindrical-coordinate representation of color #7D8CEA: hue angle of 231.74º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D8CEA is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 140 234 -
CMYK 0.47 0.40 0 0.08
HSL 231.74º 0.72% 0.7% -
HSV(B) 231.74º 0.47% 0.92% -
XYZ 32.69 29.06 81.73 -
YUV 146.23 177.53 112.86 -
System Red Green Blue C M Y K H S L
Decimal 125 140 234 0.47 0.40 0 0.08 231.74 0.72 0.7
Hex 7D 8C EA 2F 28 0 8 E8 48 46
Octal 175 214 352 57 50 0 10 350 110 106
Binary 1111101 10001100 11101010 101111 101000 0 1000 11101000 1001000 1000110

Color Harmonies of #7D8CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8CEA

Black with #7D8CEA

Text Example


Text Example

White with #7D8CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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