Html Css Color HEX #758CDF Portage

📋 copy color: '#758CDF'

red 117 ◦ green 140 ◦ blue 223

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

Shades of Portage #758CDF

Tints of Portage #758CDF

RGB

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

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

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

R = 24.38%
G = 29.17%
B = 46.46%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#758CDF (or 0x758CDF) is known color: Portage. HEX triplet: 75, 8C and DF. RGB value is (117,140,223). Sum of RGB (Red+Green+Blue) = 117+140+223=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #758CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CDF is #8A7320. Grayscale: #8E8E8E. Windows color (decimal): -9073441 or 14650485. OLE color: 14650485.

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

Color convert

RGB 117 140 223 -
CMYK 0.48 0.37 0 0.13
HSL 226.98º 0.62% 0.67% -
HSV(B) 226.98º 0.48% 0.87% -
XYZ 30.03 27.87 73.61 -
YUV 142.59 173.38 109.75 -
System Red Green Blue C M Y K H S L
Decimal 117 140 223 0.48 0.37 0 0.13 226.98 0.62 0.67
Hex 75 8C DF 30 25 0 D E3 3E 43
Octal 165 214 337 60 45 0 15 343 76 103
Binary 1110101 10001100 11011111 110000 100101 0 1101 11100011 111110 1000011

Color Harmonies of #758CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CDF

Black with #758CDF

Text Example


Text Example

White with #758CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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