Html Css Color HEX #7585BC Wild Blue Yonder

📋 copy color: '#7585BC'

red 117 ◦ green 133 ◦ blue 188

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

Shades of Wild Blue Yonder #7585BC

Tints of Wild Blue Yonder #7585BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 26.71%
G = 30.37%
B = 42.92%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7585BC (or 0x7585BC) is known color: Wild Blue Yonder. HEX triplet: 75, 85 and BC. RGB value is (117,133,188). Sum of RGB (Red+Green+Blue) = 117+133+188=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #7585BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7585BC is #8A7A43. Grayscale: #868686. Windows color (decimal): -9075268 or 12354933. OLE color: 12354933.

HSL color Cylindrical-coordinate representation of color #7585BC: hue angle of 226.48º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7585BC is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 133 188 -
CMYK 0.38 0.29 0 0.26
HSL 226.48º 0.35% 0.6% -
HSV(B) 226.48º 0.38% 0.74% -
XYZ 24.8 24.19 50.94 -
YUV 134.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 117 133 188 0.38 0.29 0 0.26 226.48 0.35 0.6
Hex 75 85 BC 26 1D 0 1A E2 23 3C
Octal 165 205 274 46 35 0 32 342 43 74
Binary 1110101 10000101 10111100 100110 11101 0 11010 11100010 100011 111100

Color Harmonies of #7585BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7585BC

Black with #7585BC

Text Example


Text Example

White with #7585BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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