Html Css Color HEX #7D97EC Portage

📋 copy color: '#7D97EC'

red 125 ◦ green 151 ◦ blue 236

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

Shades of Portage #7D97EC

Tints of Portage #7D97EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.49%

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 24.41%
G = 29.49%
B = 46.09%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D97EC (or 0x7D97EC) is known color: Portage. HEX triplet: 7D, 97 and EC. RGB value is (125,151,236). Sum of RGB (Red+Green+Blue) = 125+151+236=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D97EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D97EC is #826813. Grayscale: #989898. Windows color (decimal): -8546324 or 15505277. OLE color: 15505277.

HSL color Cylindrical-coordinate representation of color #7D97EC: hue angle of 225.95º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D97EC is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 151 236 -
CMYK 0.47 0.36 0 0.07
HSL 225.95º 0.74% 0.71% -
HSV(B) 225.95º 0.47% 0.93% -
XYZ 34.66 32.55 83.81 -
YUV 152.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 125 151 236 0.47 0.36 0 0.07 225.95 0.74 0.71
Hex 7D 97 EC 2F 24 0 7 E2 4A 47
Octal 175 227 354 57 44 0 7 342 112 107
Binary 1111101 10010111 11101100 101111 100100 0 111 11100010 1001010 1000111

Color Harmonies of #7D97EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D97EC

Black with #7D97EC

Text Example


Text Example

White with #7D97EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,151,236); }

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

background-color css

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

 a { background-color: rgb(125,151,236); }

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

border-color css

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

 span { border-color: rgb(125,151,236); }

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