Html Css Color HEX #7D93CF Portage

📋 copy color: '#7D93CF'

red 125 ◦ green 147 ◦ blue 207

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

Shades of Portage #7D93CF

Tints of Portage #7D93CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 26.1%
G = 30.69%
B = 43.22%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D93CF (or 0x7D93CF) is known color: Portage. HEX triplet: 7D, 93 and CF. RGB value is (125,147,207). Sum of RGB (Red+Green+Blue) = 125+147+207=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D93CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D93CF is #826C30. Grayscale: #939393. Windows color (decimal): -8547377 or 13603709. OLE color: 13603709.

HSL color Cylindrical-coordinate representation of color #7D93CF: hue angle of 223.9º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D93CF is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 147 207 -
CMYK 0.40 0.29 0 0.19
HSL 223.9º 0.46% 0.65% -
HSV(B) 223.9º 0.4% 0.81% -
XYZ 30.15 29.73 63.18 -
YUV 147.26 161.71 112.12 -
System Red Green Blue C M Y K H S L
Decimal 125 147 207 0.40 0.29 0 0.19 223.9 0.46 0.65
Hex 7D 93 CF 28 1D 0 13 E0 2E 41
Octal 175 223 317 50 35 0 23 340 56 101
Binary 1111101 10010011 11001111 101000 11101 0 10011 11100000 101110 1000001

Color Harmonies of #7D93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D93CF

Black with #7D93CF

Text Example


Text Example

White with #7D93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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