Html Css Color HEX #7382C9 Wild Blue Yonder

📋 copy color: '#7382C9'

red 115 ◦ green 130 ◦ blue 201

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

Shades of Wild Blue Yonder #7382C9

Tints of Wild Blue Yonder #7382C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.07%

R = 25.78%
G = 29.15%
B = 45.07%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7382C9 (or 0x7382C9) is known color: Wild Blue Yonder. HEX triplet: 73, 82 and C9. RGB value is (115,130,201). Sum of RGB (Red+Green+Blue) = 115+130+201=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #7382C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7382C9 is #8C7D36. Grayscale: #858585. Windows color (decimal): -9207095 or 13206131. OLE color: 13206131.

HSL color Cylindrical-coordinate representation of color #7382C9: hue angle of 229.53º degrees, saturation: 0.44, 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 #7382C9 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 130 201 -
CMYK 0.43 0.35 0 0.21
HSL 229.53º 0.44% 0.62% -
HSV(B) 229.53º 0.43% 0.79% -
XYZ 25.6 23.83 58.51 -
YUV 133.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 115 130 201 0.43 0.35 0 0.21 229.53 0.44 0.62
Hex 73 82 C9 2B 23 0 15 E6 2C 3E
Octal 163 202 311 53 43 0 25 346 54 76
Binary 1110011 10000010 11001001 101011 100011 0 10101 11100110 101100 111110

Color Harmonies of #7382C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7382C9

Black with #7382C9

Text Example


Text Example

White with #7382C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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