Html Css Color HEX #7382CA Wild Blue Yonder

📋 copy color: '#7382CA'

red 115 ◦ green 130 ◦ blue 202

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

Shades of Wild Blue Yonder #7382CA

Tints of Wild Blue Yonder #7382CA

RGB

 RED value IS 115 (45.31% from 255) = 25.73%

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

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 25.73%
G = 29.08%
B = 45.19%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7382CA (or 0x7382CA) is known color: Wild Blue Yonder. HEX triplet: 73, 82 and CA. RGB value is (115,130,202). Sum of RGB (Red+Green+Blue) = 115+130+202=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #7382CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7382CA is #8C7D35. Grayscale: #858585. Windows color (decimal): -9207094 or 13271667. OLE color: 13271667.

HSL color Cylindrical-coordinate representation of color #7382CA: hue angle of 229.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7382CA is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 130 202 -
CMYK 0.43 0.36 0 0.21
HSL 229.66º 0.45% 0.62% -
HSV(B) 229.66º 0.43% 0.79% -
XYZ 25.71 23.87 59.13 -
YUV 133.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 115 130 202 0.43 0.36 0 0.21 229.66 0.45 0.62
Hex 73 82 CA 2B 24 0 15 E6 2D 3E
Octal 163 202 312 53 44 0 25 346 55 76
Binary 1110011 10000010 11001010 101011 100100 0 10101 11100110 101101 111110

Color Harmonies of #7382CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7382CA

Black with #7382CA

Text Example


Text Example

White with #7382CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7382CA; }

 p { color: rgb(115,130,202); }

 H1.HeaderClassName
 {
   color: #7382CA;
 }
 .AnyTagClassName
 {
   color: #7382CA;
 }
</style>

background-color css

<style>
 a { background-color: #7382CA; }

 a { background-color: rgb(115,130,202); }

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

border-color css

<style>
 span { border-color: #7382CA; }

 span { border-color: rgb(115,130,202); }

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