Html Css Color HEX #758FDC Portage

📋 copy color: '#758FDC'

red 117 ◦ green 143 ◦ blue 220

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

Shades of Portage #758FDC

Tints of Portage #758FDC

RGB

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

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

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

R = 24.38%
G = 29.79%
B = 45.83%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#758FDC (or 0x758FDC) is known color: Portage. HEX triplet: 75, 8F and DC. RGB value is (117,143,220). Sum of RGB (Red+Green+Blue) = 117+143+220=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #758FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FDC is #8A7023. Grayscale: #8F8F8F. Windows color (decimal): -9072676 or 14454645. OLE color: 14454645.

HSL color Cylindrical-coordinate representation of color #758FDC: hue angle of 224.85º 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 #758FDC is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 143 220 -
CMYK 0.47 0.35 0 0.14
HSL 224.85º 0.6% 0.66% -
HSV(B) 224.85º 0.47% 0.86% -
XYZ 30.08 28.59 71.64 -
YUV 144 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 117 143 220 0.47 0.35 0 0.14 224.85 0.6 0.66
Hex 75 8F DC 2F 23 0 E E1 3C 42
Octal 165 217 334 57 43 0 16 341 74 102
Binary 1110101 10001111 11011100 101111 100011 0 1110 11100001 111100 1000010

Color Harmonies of #758FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FDC

Black with #758FDC

Text Example


Text Example

White with #758FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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