Html Css Color HEX #758FDA Portage

📋 copy color: '#758FDA'

red 117 ◦ green 143 ◦ blue 218

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

Shades of Portage #758FDA

Tints of Portage #758FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.92%

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

R = 24.48%
G = 29.92%
B = 45.61%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#758FDA (or 0x758FDA) is known color: Portage. HEX triplet: 75, 8F and DA. RGB value is (117,143,218). Sum of RGB (Red+Green+Blue) = 117+143+218=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #758FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FDA is #8A7025. Grayscale: #8F8F8F. Windows color (decimal): -9072678 or 14323573. OLE color: 14323573.

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

Color convert

RGB 117 143 218 -
CMYK 0.46 0.34 0 0.15
HSL 224.55º 0.58% 0.66% -
HSV(B) 224.55º 0.46% 0.85% -
XYZ 29.81 28.49 70.26 -
YUV 143.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 117 143 218 0.46 0.34 0 0.15 224.55 0.58 0.66
Hex 75 8F DA 2E 22 0 F E1 3A 42
Octal 165 217 332 56 42 0 17 341 72 102
Binary 1110101 10001111 11011010 101110 100010 0 1111 11100001 111010 1000010

Color Harmonies of #758FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FDA

Black with #758FDA

Text Example


Text Example

White with #758FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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