Html Css Color HEX #7D96EA Portage

📋 copy color: '#7D96EA'

red 125 ◦ green 150 ◦ blue 234

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

Shades of Portage #7D96EA

Tints of Portage #7D96EA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.47%

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

R = 24.56%
G = 29.47%
B = 45.97%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7D96EA (or 0x7D96EA) is known color: Portage. HEX triplet: 7D, 96 and EA. RGB value is (125,150,234). Sum of RGB (Red+Green+Blue) = 125+150+234=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D96EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D96EA is #826915. Grayscale: #979797. Windows color (decimal): -8546582 or 15373949. OLE color: 15373949.

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

Color convert

RGB 125 150 234 -
CMYK 0.47 0.36 0 0.08
HSL 226.24º 0.72% 0.7% -
HSV(B) 226.24º 0.47% 0.92% -
XYZ 34.22 32.11 82.24 -
YUV 152.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 125 150 234 0.47 0.36 0 0.08 226.24 0.72 0.7
Hex 7D 96 EA 2F 24 0 8 E2 48 46
Octal 175 226 352 57 44 0 10 342 110 106
Binary 1111101 10010110 11101010 101111 100100 0 1000 11100010 1001000 1000110

Color Harmonies of #7D96EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D96EA

Black with #7D96EA

Text Example


Text Example

White with #7D96EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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