Html Css Color HEX #758DDC Portage

📋 copy color: '#758DDC'

red 117 ◦ green 141 ◦ blue 220

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

Shades of Portage #758DDC

Tints of Portage #758DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.5%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 24.48%
G = 29.5%
B = 46.03%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#758DDC (or 0x758DDC) is known color: Portage. HEX triplet: 75, 8D and DC. RGB value is (117,141,220). Sum of RGB (Red+Green+Blue) = 117+141+220=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #758DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DDC is #8A7223. Grayscale: #8E8E8E. Windows color (decimal): -9073188 or 14454133. OLE color: 14454133.

HSL color Cylindrical-coordinate representation of color #758DDC: hue angle of 226.02º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #758DDC is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 141 220 -
CMYK 0.47 0.36 0 0.14
HSL 226.02º 0.6% 0.66% -
HSV(B) 226.02º 0.47% 0.86% -
XYZ 29.78 28 71.54 -
YUV 142.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 117 141 220 0.47 0.36 0 0.14 226.02 0.6 0.66
Hex 75 8D DC 2F 24 0 E E2 3C 42
Octal 165 215 334 57 44 0 16 342 74 102
Binary 1110101 10001101 11011100 101111 100100 0 1110 11100010 111100 1000010

Color Harmonies of #758DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DDC

Black with #758DDC

Text Example


Text Example

White with #758DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,141,220); }

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

background-color css

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

 a { background-color: rgb(117,141,220); }

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

border-color css

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

 span { border-color: rgb(117,141,220); }

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