Html Css Color HEX #758EDB Portage

📋 copy color: '#758EDB'

red 117 ◦ green 142 ◦ blue 219

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

Shades of Portage #758EDB

Tints of Portage #758EDB

RGB

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

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

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

R = 24.48%
G = 29.71%
B = 45.82%

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

#758EDB (or 0x758EDB) is known color: Portage. HEX triplet: 75, 8E and DB. RGB value is (117,142,219). Sum of RGB (Red+Green+Blue) = 117+142+219=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #758EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EDB is #8A7124. Grayscale: #8E8E8E. Windows color (decimal): -9072933 or 14388853. OLE color: 14388853.

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

Color convert

RGB 117 142 219 -
CMYK 0.47 0.35 0 0.14
HSL 225.29º 0.59% 0.66% -
HSV(B) 225.29º 0.47% 0.86% -
XYZ 29.8 28.24 70.9 -
YUV 143.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 117 142 219 0.47 0.35 0 0.14 225.29 0.59 0.66
Hex 75 8E DB 2F 23 0 E E1 3B 42
Octal 165 216 333 57 43 0 16 341 73 102
Binary 1110101 10001110 11011011 101111 100011 0 1110 11100001 111011 1000010

Color Harmonies of #758EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EDB

Black with #758EDB

Text Example


Text Example

White with #758EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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