Html Css Color HEX #758BDB Portage

📋 copy color: '#758BDB'

red 117 ◦ green 139 ◦ blue 219

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

Shades of Portage #758BDB

Tints of Portage #758BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.26%

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

R = 24.63%
G = 29.26%
B = 46.11%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#758BDB (or 0x758BDB) is known color: Portage. HEX triplet: 75, 8B and DB. RGB value is (117,139,219). Sum of RGB (Red+Green+Blue) = 117+139+219=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #758BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BDB is #8A7424. Grayscale: #8D8D8D. Windows color (decimal): -9073701 or 14388085. OLE color: 14388085.

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

Color convert

RGB 117 139 219 -
CMYK 0.47 0.37 0 0.14
HSL 227.06º 0.59% 0.66% -
HSV(B) 227.06º 0.47% 0.86% -
XYZ 29.35 27.36 70.75 -
YUV 141.54 171.71 110.5 -
System Red Green Blue C M Y K H S L
Decimal 117 139 219 0.47 0.37 0 0.14 227.06 0.59 0.66
Hex 75 8B DB 2F 25 0 E E3 3B 42
Octal 165 213 333 57 45 0 16 343 73 102
Binary 1110101 10001011 11011011 101111 100101 0 1110 11100011 111011 1000010

Color Harmonies of #758BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BDB

Black with #758BDB

Text Example


Text Example

White with #758BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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