Html Css Color HEX #7585BE Wild Blue Yonder

📋 copy color: '#7585BE'

red 117 ◦ green 133 ◦ blue 190

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

Shades of Wild Blue Yonder #7585BE

Tints of Wild Blue Yonder #7585BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 26.59%
G = 30.23%
B = 43.18%

CMYK

 C value IS 0.38

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7585BE (or 0x7585BE) is known color: Wild Blue Yonder. HEX triplet: 75, 85 and BE. RGB value is (117,133,190). Sum of RGB (Red+Green+Blue) = 117+133+190=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #7585BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7585BE is #8A7A41. Grayscale: #868686. Windows color (decimal): -9075266 or 12486005. OLE color: 12486005.

HSL color Cylindrical-coordinate representation of color #7585BE: hue angle of 226.85º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7585BE is Cyan = 0.38, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 133 190 -
CMYK 0.38 0.3 0 0.25
HSL 226.85º 0.36% 0.6% -
HSV(B) 226.85º 0.38% 0.75% -
XYZ 25.02 24.27 52.08 -
YUV 134.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 117 133 190 0.38 0.3 0 0.25 226.85 0.36 0.6
Hex 75 85 BE 26 1E 0 19 E3 24 3C
Octal 165 205 276 46 36 0 31 343 44 74
Binary 1110101 10000101 10111110 100110 11110 0 11001 11100011 100100 111100

Color Harmonies of #7585BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7585BE

Black with #7585BE

Text Example


Text Example

White with #7585BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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