Html Css Color HEX #758BDA Portage

📋 copy color: '#758BDA'

red 117 ◦ green 139 ◦ blue 218

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

Shades of Portage #758BDA

Tints of Portage #758BDA

RGB

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

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

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

R = 24.68%
G = 29.32%
B = 45.99%

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

#758BDA (or 0x758BDA) is known color: Portage. HEX triplet: 75, 8B and DA. RGB value is (117,139,218). Sum of RGB (Red+Green+Blue) = 117+139+218=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #758BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BDA is #8A7425. Grayscale: #8D8D8D. Windows color (decimal): -9073702 or 14322549. OLE color: 14322549.

HSL color Cylindrical-coordinate representation of color #758BDA: hue angle of 226.93º 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 #758BDA is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 139 218 -
CMYK 0.46 0.36 0 0.15
HSL 226.93º 0.58% 0.66% -
HSV(B) 226.93º 0.46% 0.85% -
XYZ 29.22 27.31 70.06 -
YUV 141.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 117 139 218 0.46 0.36 0 0.15 226.93 0.58 0.66
Hex 75 8B DA 2E 24 0 F E3 3A 42
Octal 165 213 332 56 44 0 17 343 72 102
Binary 1110101 10001011 11011010 101110 100100 0 1111 11100011 111010 1000010

Color Harmonies of #758BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BDA

Black with #758BDA

Text Example


Text Example

White with #758BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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