Html Css Color HEX #7D9AEA Portage

📋 copy color: '#7D9AEA'

red 125 ◦ green 154 ◦ blue 234

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

Shades of Portage #7D9AEA

Tints of Portage #7D9AEA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

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

R = 24.37%
G = 30.02%
B = 45.61%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D9AEA (or 0x7D9AEA) is known color: Portage. HEX triplet: 7D, 9A and EA. RGB value is (125,154,234). Sum of RGB (Red+Green+Blue) = 125+154+234=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D9AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9AEA is #826515. Grayscale: #9A9A9A. Windows color (decimal): -8545558 or 15374973. OLE color: 15374973.

HSL color Cylindrical-coordinate representation of color #7D9AEA: hue angle of 224.04º 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 #7D9AEA is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 154 234 -
CMYK 0.47 0.34 0 0.08
HSL 224.04º 0.72% 0.7% -
HSV(B) 224.04º 0.47% 0.92% -
XYZ 34.86 33.41 82.45 -
YUV 154.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 125 154 234 0.47 0.34 0 0.08 224.04 0.72 0.7
Hex 7D 9A EA 2F 22 0 8 E0 48 46
Octal 175 232 352 57 42 0 10 340 110 106
Binary 1111101 10011010 11101010 101111 100010 0 1000 11100000 1001000 1000110

Color Harmonies of #7D9AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9AEA

Black with #7D9AEA

Text Example


Text Example

White with #7D9AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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