Html Css Color HEX #758FDB Portage

📋 copy color: '#758FDB'

red 117 ◦ green 143 ◦ blue 219

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

Shades of Portage #758FDB

Tints of Portage #758FDB

RGB

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

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

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

R = 24.43%
G = 29.85%
B = 45.72%

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

#758FDB (or 0x758FDB) is known color: Portage. HEX triplet: 75, 8F and DB. RGB value is (117,143,219). Sum of RGB (Red+Green+Blue) = 117+143+219=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #758FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FDB is #8A7024. Grayscale: #8F8F8F. Windows color (decimal): -9072677 or 14389109. OLE color: 14389109.

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

Color convert

RGB 117 143 219 -
CMYK 0.47 0.35 0 0.14
HSL 224.71º 0.59% 0.66% -
HSV(B) 224.71º 0.47% 0.86% -
XYZ 29.94 28.54 70.95 -
YUV 143.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 117 143 219 0.47 0.35 0 0.14 224.71 0.59 0.66
Hex 75 8F DB 2F 23 0 E E1 3B 42
Octal 165 217 333 57 43 0 16 341 73 102
Binary 1110101 10001111 11011011 101111 100011 0 1110 11100001 111011 1000010

Color Harmonies of #758FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FDB

Black with #758FDB

Text Example


Text Example

White with #758FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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