Html Css Color HEX #7587DF Portage

📋 copy color: '#7587DF'

red 117 ◦ green 135 ◦ blue 223

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

Shades of Portage #7587DF

Tints of Portage #7587DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.42%

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

R = 24.63%
G = 28.42%
B = 46.95%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7587DF (or 0x7587DF) is known color: Portage. HEX triplet: 75, 87 and DF. RGB value is (117,135,223). Sum of RGB (Red+Green+Blue) = 117+135+223=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #7587DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7587DF is #8A7820. Grayscale: #8B8B8B. Windows color (decimal): -9074721 or 14649205. OLE color: 14649205.

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

Color convert

RGB 117 135 223 -
CMYK 0.48 0.39 0 0.13
HSL 229.81º 0.62% 0.67% -
HSV(B) 229.81º 0.48% 0.87% -
XYZ 29.32 26.44 73.37 -
YUV 139.65 175.04 111.84 -
System Red Green Blue C M Y K H S L
Decimal 117 135 223 0.48 0.39 0 0.13 229.81 0.62 0.67
Hex 75 87 DF 30 27 0 D E6 3E 43
Octal 165 207 337 60 47 0 15 346 76 103
Binary 1110101 10000111 11011111 110000 100111 0 1101 11100110 111110 1000011

Color Harmonies of #7587DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7587DF

Black with #7587DF

Text Example


Text Example

White with #7587DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7587DF; }

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

 H1.HeaderClassName
 {
   color: #7587DF;
 }
 .AnyTagClassName
 {
   color: #7587DF;
 }
</style>

background-color css

<style>
 a { background-color: #7587DF; }

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

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

border-color css

<style>
 span { border-color: #7587DF; }

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

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