Html Css Color HEX #758ADA Portage

📋 copy color: '#758ADA'

red 117 ◦ green 138 ◦ blue 218

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

Shades of Portage #758ADA

Tints of Portage #758ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 24.74%
G = 29.18%
B = 46.09%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#758ADA (or 0x758ADA) is known color: Portage. HEX triplet: 75, 8A and DA. RGB value is (117,138,218). Sum of RGB (Red+Green+Blue) = 117+138+218=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #758ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ADA is #8A7525. Grayscale: #8C8C8C. Windows color (decimal): -9073958 or 14322293. OLE color: 14322293.

HSL color Cylindrical-coordinate representation of color #758ADA: hue angle of 227.52º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #758ADA is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 138 218 -
CMYK 0.46 0.37 0 0.15
HSL 227.52º 0.58% 0.66% -
HSV(B) 227.52º 0.46% 0.85% -
XYZ 29.08 27.02 70.01 -
YUV 140.84 171.54 111 -
System Red Green Blue C M Y K H S L
Decimal 117 138 218 0.46 0.37 0 0.15 227.52 0.58 0.66
Hex 75 8A DA 2E 25 0 F E4 3A 42
Octal 165 212 332 56 45 0 17 344 72 102
Binary 1110101 10001010 11011010 101110 100101 0 1111 11100100 111010 1000010

Color Harmonies of #758ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758ADA

Black with #758ADA

Text Example


Text Example

White with #758ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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