Html Css Color HEX #7993CF Portage

📋 copy color: '#7993CF'

red 121 ◦ green 147 ◦ blue 207

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

Shades of Portage #7993CF

Tints of Portage #7993CF

RGB

 RED value IS 121 (47.66% from 255) = 25.47%

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

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

R = 25.47%
G = 30.95%
B = 43.58%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7993CF (or 0x7993CF) is known color: Portage. HEX triplet: 79, 93 and CF. RGB value is (121,147,207). Sum of RGB (Red+Green+Blue) = 121+147+207=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 147 (57.81% from 255 or 30.95% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #7993CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7993CF is #866C30. Grayscale: #919191. Windows color (decimal): -8809521 or 13603705. OLE color: 13603705.

HSL color Cylindrical-coordinate representation of color #7993CF: hue angle of 221.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7993CF is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 147 207 -
CMYK 0.42 0.29 0 0.19
HSL 221.86º 0.47% 0.64% -
HSV(B) 221.86º 0.42% 0.81% -
XYZ 29.58 29.44 63.15 -
YUV 146.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 121 147 207 0.42 0.29 0 0.19 221.86 0.47 0.64
Hex 79 93 CF 2A 1D 0 13 DE 2F 40
Octal 171 223 317 52 35 0 23 336 57 100
Binary 1111001 10010011 11001111 101010 11101 0 10011 11011110 101111 1000000

Color Harmonies of #7993CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7993CF

Black with #7993CF

Text Example


Text Example

White with #7993CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7993CF; }

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

 H1.HeaderClassName
 {
   color: #7993CF;
 }
 .AnyTagClassName
 {
   color: #7993CF;
 }
</style>

background-color css

<style>
 a { background-color: #7993CF; }

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

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

border-color css

<style>
 span { border-color: #7993CF; }

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

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