Html Css Color HEX #758AD3 Portage

📋 copy color: '#758AD3'

red 117 ◦ green 138 ◦ blue 211

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

Shades of Portage #758AD3

Tints of Portage #758AD3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.61%

 BLUE value IS 211 (82.81% from 255) = 45.28%

R = 25.11%
G = 29.61%
B = 45.28%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#758AD3 (or 0x758AD3) is known color: Portage. HEX triplet: 75, 8A and D3. RGB value is (117,138,211). Sum of RGB (Red+Green+Blue) = 117+138+211=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #758AD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AD3 is #8A752C. Grayscale: #8B8B8B. Windows color (decimal): -9073965 or 13863541. OLE color: 13863541.

HSL color Cylindrical-coordinate representation of color #758AD3: hue angle of 226.6º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #758AD3 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 138 211 -
CMYK 0.45 0.35 0 0.17
HSL 226.6º 0.52% 0.64% -
HSV(B) 226.6º 0.45% 0.83% -
XYZ 28.18 26.66 65.29 -
YUV 140.04 168.04 111.56 -
System Red Green Blue C M Y K H S L
Decimal 117 138 211 0.45 0.35 0 0.17 226.6 0.52 0.64
Hex 75 8A D3 2D 23 0 11 E3 34 40
Octal 165 212 323 55 43 0 21 343 64 100
Binary 1110101 10001010 11010011 101101 100011 0 10001 11100011 110100 1000000

Color Harmonies of #758AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AD3

Black with #758AD3

Text Example


Text Example

White with #758AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,138,211); }

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

background-color css

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

 a { background-color: rgb(117,138,211); }

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

border-color css

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

 span { border-color: rgb(117,138,211); }

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