Html Css Color HEX #7893CF Portage

📋 copy color: '#7893CF'

red 120 ◦ green 147 ◦ blue 207

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

Shades of Portage #7893CF

Tints of Portage #7893CF

RGB

 RED value IS 120 (47.27% from 255) = 25.32%

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

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

R = 25.32%
G = 31.01%
B = 43.67%

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

#7893CF (or 0x7893CF) is known color: Portage. HEX triplet: 78, 93 and CF. RGB value is (120,147,207). Sum of RGB (Red+Green+Blue) = 120+147+207=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #7893CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7893CF is #876C30. Grayscale: #919191. Windows color (decimal): -8875057 or 13603704. OLE color: 13603704.

HSL color Cylindrical-coordinate representation of color #7893CF: hue angle of 221.38º degrees, saturation: 0.48, 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 #7893CF is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 147 207 -
CMYK 0.42 0.29 0 0.19
HSL 221.38º 0.48% 0.64% -
HSV(B) 221.38º 0.42% 0.81% -
XYZ 29.44 29.37 63.15 -
YUV 145.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 120 147 207 0.42 0.29 0 0.19 221.38 0.48 0.64
Hex 78 93 CF 2A 1D 0 13 DD 30 40
Octal 170 223 317 52 35 0 23 335 60 100
Binary 1111000 10010011 11001111 101010 11101 0 10011 11011101 110000 1000000

Color Harmonies of #7893CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7893CF

Black with #7893CF

Text Example


Text Example

White with #7893CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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