Html Css Color HEX #758ADE Portage

📋 copy color: '#758ADE'

red 117 ◦ green 138 ◦ blue 222

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

Shades of Portage #758ADE

Tints of Portage #758ADE

RGB

 RED value IS 117 (46.09% from 255) = 24.53%

 GREEN value IS 138 (54.3% from 255) = 28.93%

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

R = 24.53%
G = 28.93%
B = 46.54%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#758ADE (or 0x758ADE) is known color: Portage. HEX triplet: 75, 8A and DE. RGB value is (117,138,222). Sum of RGB (Red+Green+Blue) = 117+138+222=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #758ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ADE is #8A7521. Grayscale: #8C8C8C. Windows color (decimal): -9073954 or 14584437. OLE color: 14584437.

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

Color convert

RGB 117 138 222 -
CMYK 0.47 0.38 0 0.13
HSL 228º 0.61% 0.66% -
HSV(B) 228º 0.47% 0.87% -
XYZ 29.61 27.23 72.8 -
YUV 141.3 173.54 110.67 -
System Red Green Blue C M Y K H S L
Decimal 117 138 222 0.47 0.38 0 0.13 228 0.61 0.66
Hex 75 8A DE 2F 26 0 D E4 3D 42
Octal 165 212 336 57 46 0 15 344 75 102
Binary 1110101 10001010 11011110 101111 100110 0 1101 11100100 111101 1000010

Color Harmonies of #758ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758ADE

Black with #758ADE

Text Example


Text Example

White with #758ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758ADE; }

 p { color: rgb(117,138,222); }

 H1.HeaderClassName
 {
   color: #758ADE;
 }
 .AnyTagClassName
 {
   color: #758ADE;
 }
</style>

background-color css

<style>
 a { background-color: #758ADE; }

 a { background-color: rgb(117,138,222); }

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

border-color css

<style>
 span { border-color: #758ADE; }

 span { border-color: rgb(117,138,222); }

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