Html Css Color HEX #7584D4 Wild Blue Yonder

📋 copy color: '#7584D4'

red 117 ◦ green 132 ◦ blue 212

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

Shades of Wild Blue Yonder #7584D4

Tints of Wild Blue Yonder #7584D4

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

 BLUE value IS 212 (83.2% from 255) = 45.99%

R = 25.38%
G = 28.63%
B = 45.99%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7584D4 (or 0x7584D4) is known color: Wild Blue Yonder. HEX triplet: 75, 84 and D4. RGB value is (117,132,212). Sum of RGB (Red+Green+Blue) = 117+132+212=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 212 - color contains mainly: blue. Hex color #7584D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584D4 is #8A7B2B. Grayscale: #888888. Windows color (decimal): -9075500 or 13927541. OLE color: 13927541.

HSL color Cylindrical-coordinate representation of color #7584D4: hue angle of 230.53º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7584D4 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 132 212 -
CMYK 0.45 0.38 0 0.17
HSL 230.53º 0.52% 0.65% -
HSV(B) 230.53º 0.45% 0.83% -
XYZ 27.47 25.04 65.67 -
YUV 136.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 117 132 212 0.45 0.38 0 0.17 230.53 0.52 0.65
Hex 75 84 D4 2D 26 0 11 E7 34 41
Octal 165 204 324 55 46 0 21 347 64 101
Binary 1110101 10000100 11010100 101101 100110 0 10001 11100111 110100 1000001

Color Harmonies of #7584D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7584D4

Black with #7584D4

Text Example


Text Example

White with #7584D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7584D4; }

 p { color: rgb(117,132,212); }

 H1.HeaderClassName
 {
   color: #7584D4;
 }
 .AnyTagClassName
 {
   color: #7584D4;
 }
</style>

background-color css

<style>
 a { background-color: #7584D4; }

 a { background-color: rgb(117,132,212); }

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

border-color css

<style>
 span { border-color: #7584D4; }

 span { border-color: rgb(117,132,212); }

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