Html Css Color HEX #758CDD Portage

📋 copy color: '#758CDD'

red 117 ◦ green 140 ◦ blue 221

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

Shades of Portage #758CDD

Tints of Portage #758CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.29%

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

R = 24.48%
G = 29.29%
B = 46.23%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#758CDD (or 0x758CDD) is known color: Portage. HEX triplet: 75, 8C and DD. RGB value is (117,140,221). Sum of RGB (Red+Green+Blue) = 117+140+221=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #758CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CDD is #8A7322. Grayscale: #8E8E8E. Windows color (decimal): -9073443 or 14519413. OLE color: 14519413.

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

Color convert

RGB 117 140 221 -
CMYK 0.47 0.37 0 0.13
HSL 226.73º 0.6% 0.66% -
HSV(B) 226.73º 0.47% 0.87% -
XYZ 29.77 27.76 72.2 -
YUV 142.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 117 140 221 0.47 0.37 0 0.13 226.73 0.6 0.66
Hex 75 8C DD 2F 25 0 D E3 3C 42
Octal 165 214 335 57 45 0 15 343 74 102
Binary 1110101 10001100 11011101 101111 100101 0 1101 11100011 111100 1000010

Color Harmonies of #758CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CDD

Black with #758CDD

Text Example


Text Example

White with #758CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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