Html Css Color HEX #758DDB Portage

📋 copy color: '#758DDB'

red 117 ◦ green 141 ◦ blue 219

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

Shades of Portage #758DDB

Tints of Portage #758DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 24.53%
G = 29.56%
B = 45.91%

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

#758DDB (or 0x758DDB) is known color: Portage. HEX triplet: 75, 8D and DB. RGB value is (117,141,219). Sum of RGB (Red+Green+Blue) = 117+141+219=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #758DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DDB is #8A7224. Grayscale: #8E8E8E. Windows color (decimal): -9073189 or 14388597. OLE color: 14388597.

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

Color convert

RGB 117 141 219 -
CMYK 0.47 0.36 0 0.14
HSL 225.88º 0.59% 0.66% -
HSV(B) 225.88º 0.47% 0.86% -
XYZ 29.65 27.95 70.85 -
YUV 142.72 171.05 109.66 -
System Red Green Blue C M Y K H S L
Decimal 117 141 219 0.47 0.36 0 0.14 225.88 0.59 0.66
Hex 75 8D DB 2F 24 0 E E2 3B 42
Octal 165 215 333 57 44 0 16 342 73 102
Binary 1110101 10001101 11011011 101111 100100 0 1110 11100010 111011 1000010

Color Harmonies of #758DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DDB

Black with #758DDB

Text Example


Text Example

White with #758DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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