Html Css Color HEX #758AD4 Portage

📋 copy color: '#758AD4'

red 117 ◦ green 138 ◦ blue 212

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

Shades of Portage #758AD4

Tints of Portage #758AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 25.05%
G = 29.55%
B = 45.4%

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

#758AD4 (or 0x758AD4) is known color: Portage. HEX triplet: 75, 8A and D4. RGB value is (117,138,212). Sum of RGB (Red+Green+Blue) = 117+138+212=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #758AD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AD4 is #8A752B. Grayscale: #8B8B8B. Windows color (decimal): -9073964 or 13929077. OLE color: 13929077.

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

Color convert

RGB 117 138 212 -
CMYK 0.45 0.35 0 0.17
HSL 226.74º 0.52% 0.65% -
HSV(B) 226.74º 0.45% 0.83% -
XYZ 28.31 26.71 65.95 -
YUV 140.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 117 138 212 0.45 0.35 0 0.17 226.74 0.52 0.65
Hex 75 8A D4 2D 23 0 11 E3 34 41
Octal 165 212 324 55 43 0 21 343 64 101
Binary 1110101 10001010 11010100 101101 100011 0 10001 11100011 110100 1000001

Color Harmonies of #758AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AD4

Black with #758AD4

Text Example


Text Example

White with #758AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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