Html Css Color HEX #7584C2 Wild Blue Yonder

📋 copy color: '#7584C2'

red 117 ◦ green 132 ◦ blue 194

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

Shades of Wild Blue Yonder #7584C2

Tints of Wild Blue Yonder #7584C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.79%

R = 26.41%
G = 29.8%
B = 43.79%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7584C2 (or 0x7584C2) is known color: Wild Blue Yonder. HEX triplet: 75, 84 and C2. RGB value is (117,132,194). Sum of RGB (Red+Green+Blue) = 117+132+194=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 194 - color contains mainly: blue. Hex color #7584C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584C2 is #8A7B3D. Grayscale: #868686. Windows color (decimal): -9075518 or 12747893. OLE color: 12747893.

HSL color Cylindrical-coordinate representation of color #7584C2: hue angle of 228.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7584C2 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 132 194 -
CMYK 0.40 0.32 0 0.24
HSL 228.31º 0.39% 0.61% -
HSV(B) 228.31º 0.4% 0.76% -
XYZ 25.32 24.18 54.37 -
YUV 134.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 117 132 194 0.40 0.32 0 0.24 228.31 0.39 0.61
Hex 75 84 C2 28 20 0 18 E4 27 3D
Octal 165 204 302 50 40 0 30 344 47 75
Binary 1110101 10000100 11000010 101000 100000 0 11000 11100100 100111 111101

Color Harmonies of #7584C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7584C2

Black with #7584C2

Text Example


Text Example

White with #7584C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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