Html Css Color HEX #7D93EC Portage

📋 copy color: '#7D93EC'

red 125 ◦ green 147 ◦ blue 236

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

Shades of Portage #7D93EC

Tints of Portage #7D93EC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.94%

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

R = 24.61%
G = 28.94%
B = 46.46%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7D93EC (or 0x7D93EC) is known color: Portage. HEX triplet: 7D, 93 and EC. RGB value is (125,147,236). Sum of RGB (Red+Green+Blue) = 125+147+236=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D93EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D93EC is #826C13. Grayscale: #969696. Windows color (decimal): -8547348 or 15504253. OLE color: 15504253.

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

Color convert

RGB 125 147 236 -
CMYK 0.47 0.38 0 0.07
HSL 228.11º 0.74% 0.71% -
HSV(B) 228.11º 0.47% 0.93% -
XYZ 34.03 31.28 83.6 -
YUV 150.57 176.21 109.76 -
System Red Green Blue C M Y K H S L
Decimal 125 147 236 0.47 0.38 0 0.07 228.11 0.74 0.71
Hex 7D 93 EC 2F 26 0 7 E4 4A 47
Octal 175 223 354 57 46 0 7 344 112 107
Binary 1111101 10010011 11101100 101111 100110 0 111 11100100 1001010 1000111

Color Harmonies of #7D93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D93EC

Black with #7D93EC

Text Example


Text Example

White with #7D93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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