Html Css Color HEX #758ADF Portage

📋 copy color: '#758ADF'

red 117 ◦ green 138 ◦ blue 223

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

Shades of Portage #758ADF

Tints of Portage #758ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 24.48%
G = 28.87%
B = 46.65%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#758ADF (or 0x758ADF) is known color: Portage. HEX triplet: 75, 8A and DF. RGB value is (117,138,223). Sum of RGB (Red+Green+Blue) = 117+138+223=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #758ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ADF is #8A7520. Grayscale: #8D8D8D. Windows color (decimal): -9073953 or 14649973. OLE color: 14649973.

HSL color Cylindrical-coordinate representation of color #758ADF: hue angle of 228.11º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758ADF is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 138 223 -
CMYK 0.48 0.38 0 0.13
HSL 228.11º 0.62% 0.67% -
HSV(B) 228.11º 0.48% 0.87% -
XYZ 29.74 27.29 73.51 -
YUV 141.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 117 138 223 0.48 0.38 0 0.13 228.11 0.62 0.67
Hex 75 8A DF 30 26 0 D E4 3E 43
Octal 165 212 337 60 46 0 15 344 76 103
Binary 1110101 10001010 11011111 110000 100110 0 1101 11100100 111110 1000011

Color Harmonies of #758ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758ADF

Black with #758ADF

Text Example


Text Example

White with #758ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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