Html Css Color HEX #758BD9 Portage

📋 copy color: '#758BD9'

red 117 ◦ green 139 ◦ blue 217

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

Shades of Portage #758BD9

Tints of Portage #758BD9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.39%

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 24.74%
G = 29.39%
B = 45.88%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#758BD9 (or 0x758BD9) is known color: Portage. HEX triplet: 75, 8B and D9. RGB value is (117,139,217). Sum of RGB (Red+Green+Blue) = 117+139+217=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #758BD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BD9 is #8A7426. Grayscale: #8C8C8C. Windows color (decimal): -9073703 or 14257013. OLE color: 14257013.

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

Color convert

RGB 117 139 217 -
CMYK 0.46 0.36 0 0.15
HSL 226.8º 0.57% 0.65% -
HSV(B) 226.8º 0.46% 0.85% -
XYZ 29.09 27.26 69.37 -
YUV 141.31 170.71 110.66 -
System Red Green Blue C M Y K H S L
Decimal 117 139 217 0.46 0.36 0 0.15 226.8 0.57 0.65
Hex 75 8B D9 2E 24 0 F E3 39 41
Octal 165 213 331 56 44 0 17 343 71 101
Binary 1110101 10001011 11011001 101110 100100 0 1111 11100011 111001 1000001

Color Harmonies of #758BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BD9

Black with #758BD9

Text Example


Text Example

White with #758BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,139,217); }

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

background-color css

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

 a { background-color: rgb(117,139,217); }

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

border-color css

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

 span { border-color: rgb(117,139,217); }

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