Html Css Color HEX #758EDD Portage

📋 copy color: '#758EDD'

red 117 ◦ green 142 ◦ blue 221

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

Shades of Portage #758EDD

Tints of Portage #758EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.58%

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 24.38%
G = 29.58%
B = 46.04%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#758EDD (or 0x758EDD) is known color: Portage. HEX triplet: 75, 8E and DD. RGB value is (117,142,221). Sum of RGB (Red+Green+Blue) = 117+142+221=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #758EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EDD is #8A7122. Grayscale: #8F8F8F. Windows color (decimal): -9072931 or 14519925. OLE color: 14519925.

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

Color convert

RGB 117 142 221 -
CMYK 0.47 0.36 0 0.13
HSL 225.58º 0.6% 0.66% -
HSV(B) 225.58º 0.47% 0.87% -
XYZ 30.06 28.35 72.29 -
YUV 143.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 117 142 221 0.47 0.36 0 0.13 225.58 0.6 0.66
Hex 75 8E DD 2F 24 0 D E2 3C 42
Octal 165 216 335 57 44 0 15 342 74 102
Binary 1110101 10001110 11011101 101111 100100 0 1101 11100010 111100 1000010

Color Harmonies of #758EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EDD

Black with #758EDD

Text Example


Text Example

White with #758EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,142,221); }

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

background-color css

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

 a { background-color: rgb(117,142,221); }

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

border-color css

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

 span { border-color: rgb(117,142,221); }

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