Html Css Color HEX #7582CE Wild Blue Yonder

📋 copy color: '#7582CE'

red 117 ◦ green 130 ◦ blue 206

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

Shades of Wild Blue Yonder #7582CE

Tints of Wild Blue Yonder #7582CE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.7%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 25.83%
G = 28.7%
B = 45.47%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7582CE (or 0x7582CE) is known color: Wild Blue Yonder. HEX triplet: 75, 82 and CE. RGB value is (117,130,206). Sum of RGB (Red+Green+Blue) = 117+130+206=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #7582CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7582CE is #8A7D31. Grayscale: #868686. Windows color (decimal): -9076018 or 13533813. OLE color: 13533813.

HSL color Cylindrical-coordinate representation of color #7582CE: hue angle of 231.24º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7582CE is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 130 206 -
CMYK 0.43 0.37 0 0.19
HSL 231.24º 0.48% 0.63% -
HSV(B) 231.24º 0.43% 0.81% -
XYZ 26.46 24.2 61.67 -
YUV 134.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 117 130 206 0.43 0.37 0 0.19 231.24 0.48 0.63
Hex 75 82 CE 2B 25 0 13 E7 30 3F
Octal 165 202 316 53 45 0 23 347 60 77
Binary 1110101 10000010 11001110 101011 100101 0 10011 11100111 110000 111111

Color Harmonies of #7582CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7582CE

Black with #7582CE

Text Example


Text Example

White with #7582CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7582CE; }

 p { color: rgb(117,130,206); }

 H1.HeaderClassName
 {
   color: #7582CE;
 }
 .AnyTagClassName
 {
   color: #7582CE;
 }
</style>

background-color css

<style>
 a { background-color: #7582CE; }

 a { background-color: rgb(117,130,206); }

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

border-color css

<style>
 span { border-color: #7582CE; }

 span { border-color: rgb(117,130,206); }

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