Html Css Color HEX #7382BF Wild Blue Yonder

📋 copy color: '#7382BF'

red 115 ◦ green 130 ◦ blue 191

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

Shades of Wild Blue Yonder #7382BF

Tints of Wild Blue Yonder #7382BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.81%

R = 26.38%
G = 29.82%
B = 43.81%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7382BF (or 0x7382BF) is known color: Wild Blue Yonder. HEX triplet: 73, 82 and BF. RGB value is (115,130,191). Sum of RGB (Red+Green+Blue) = 115+130+191=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #7382BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7382BF is #8C7D40. Grayscale: #848484. Windows color (decimal): -9207105 or 12550771. OLE color: 12550771.

HSL color Cylindrical-coordinate representation of color #7382BF: hue angle of 228.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7382BF is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 130 191 -
CMYK 0.40 0.32 0 0.25
HSL 228.16º 0.37% 0.6% -
HSV(B) 228.16º 0.4% 0.75% -
XYZ 24.46 23.37 52.51 -
YUV 132.47 161.03 115.54 -
System Red Green Blue C M Y K H S L
Decimal 115 130 191 0.40 0.32 0 0.25 228.16 0.37 0.6
Hex 73 82 BF 28 20 0 19 E4 25 3C
Octal 163 202 277 50 40 0 31 344 45 74
Binary 1110011 10000010 10111111 101000 100000 0 11001 11100100 100101 111100

Color Harmonies of #7382BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7382BF

Black with #7382BF

Text Example


Text Example

White with #7382BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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