Html Css Color HEX #7685DE Portage

📋 copy color: '#7685DE'

red 118 ◦ green 133 ◦ blue 222

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

Shades of Portage #7685DE

Tints of Portage #7685DE

RGB

 RED value IS 118 (46.48% from 255) = 24.95%

 GREEN value IS 133 (52.34% from 255) = 28.12%

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 24.95%
G = 28.12%
B = 46.93%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7685DE (or 0x7685DE) is known color: Portage. HEX triplet: 76, 85 and DE. RGB value is (118,133,222). Sum of RGB (Red+Green+Blue) = 118+133+222=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #7685DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685DE is #897A21. Grayscale: #8A8A8A. Windows color (decimal): -9009698 or 14583158. OLE color: 14583158.

HSL color Cylindrical-coordinate representation of color #7685DE: hue angle of 231.35º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7685DE is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 133 222 -
CMYK 0.47 0.40 0 0.13
HSL 231.35º 0.61% 0.67% -
HSV(B) 231.35º 0.47% 0.87% -
XYZ 29.04 25.9 72.58 -
YUV 138.66 175.03 113.26 -
System Red Green Blue C M Y K H S L
Decimal 118 133 222 0.47 0.40 0 0.13 231.35 0.61 0.67
Hex 76 85 DE 2F 28 0 D E7 3D 43
Octal 166 205 336 57 50 0 15 347 75 103
Binary 1110110 10000101 11011110 101111 101000 0 1101 11100111 111101 1000011

Color Harmonies of #7685DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7685DE

Black with #7685DE

Text Example


Text Example

White with #7685DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7685DE; }

 p { color: rgb(118,133,222); }

 H1.HeaderClassName
 {
   color: #7685DE;
 }
 .AnyTagClassName
 {
   color: #7685DE;
 }
</style>

background-color css

<style>
 a { background-color: #7685DE; }

 a { background-color: rgb(118,133,222); }

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

border-color css

<style>
 span { border-color: #7685DE; }

 span { border-color: rgb(118,133,222); }

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