Html Css Color HEX #7585DB Portage

📋 copy color: '#7585DB'

red 117 ◦ green 133 ◦ blue 219

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

Shades of Portage #7585DB

Tints of Portage #7585DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.36%

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 24.95%
G = 28.36%
B = 46.7%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7585DB (or 0x7585DB) is known color: Portage. HEX triplet: 75, 85 and DB. RGB value is (117,133,219). Sum of RGB (Red+Green+Blue) = 117+133+219=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #7585DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7585DB is #8A7A24. Grayscale: #898989. Windows color (decimal): -9075237 or 14386549. OLE color: 14386549.

HSL color Cylindrical-coordinate representation of color #7585DB: hue angle of 230.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7585DB is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 133 219 -
CMYK 0.47 0.39 0 0.14
HSL 230.59º 0.59% 0.66% -
HSV(B) 230.59º 0.47% 0.86% -
XYZ 28.51 25.67 70.47 -
YUV 138.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 117 133 219 0.47 0.39 0 0.14 230.59 0.59 0.66
Hex 75 85 DB 2F 27 0 E E7 3B 42
Octal 165 205 333 57 47 0 16 347 73 102
Binary 1110101 10000101 11011011 101111 100111 0 1110 11100111 111011 1000010

Color Harmonies of #7585DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7585DB

Black with #7585DB

Text Example


Text Example

White with #7585DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7585DB; }

 p { color: rgb(117,133,219); }

 H1.HeaderClassName
 {
   color: #7585DB;
 }
 .AnyTagClassName
 {
   color: #7585DB;
 }
</style>

background-color css

<style>
 a { background-color: #7585DB; }

 a { background-color: rgb(117,133,219); }

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

border-color css

<style>
 span { border-color: #7585DB; }

 span { border-color: rgb(117,133,219); }

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