Html Css Color HEX #758CDB Portage

📋 copy color: '#758CDB'

red 117 ◦ green 140 ◦ blue 219

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

Shades of Portage #758CDB

Tints of Portage #758CDB

RGB

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

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

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

R = 24.58%
G = 29.41%
B = 46.01%

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

#758CDB (or 0x758CDB) is known color: Portage. HEX triplet: 75, 8C and DB. RGB value is (117,140,219). Sum of RGB (Red+Green+Blue) = 117+140+219=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #758CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CDB is #8A7324. Grayscale: #8D8D8D. Windows color (decimal): -9073445 or 14388341. OLE color: 14388341.

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

Color convert

RGB 117 140 219 -
CMYK 0.47 0.36 0 0.14
HSL 226.47º 0.59% 0.66% -
HSV(B) 226.47º 0.47% 0.86% -
XYZ 29.5 27.65 70.8 -
YUV 142.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 117 140 219 0.47 0.36 0 0.14 226.47 0.59 0.66
Hex 75 8C DB 2F 24 0 E E2 3B 42
Octal 165 214 333 57 44 0 16 342 73 102
Binary 1110101 10001100 11011011 101111 100100 0 1110 11100010 111011 1000010

Color Harmonies of #758CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CDB

Black with #758CDB

Text Example


Text Example

White with #758CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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