Html Css Color HEX #7384BE Wild Blue Yonder

📋 copy color: '#7384BE'

red 115 ◦ green 132 ◦ blue 190

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

Shades of Wild Blue Yonder #7384BE

Tints of Wild Blue Yonder #7384BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 26.32%
G = 30.21%
B = 43.48%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7384BE (or 0x7384BE) is known color: Wild Blue Yonder. HEX triplet: 73, 84 and BE. RGB value is (115,132,190). Sum of RGB (Red+Green+Blue) = 115+132+190=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #7384BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7384BE is #8C7B41. Grayscale: #858585. Windows color (decimal): -9206594 or 12485747. OLE color: 12485747.

HSL color Cylindrical-coordinate representation of color #7384BE: hue angle of 226.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7384BE is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 132 190 -
CMYK 0.39 0.31 0 0.25
HSL 226.4º 0.37% 0.6% -
HSV(B) 226.4º 0.39% 0.75% -
XYZ 24.62 23.87 52.02 -
YUV 133.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 115 132 190 0.39 0.31 0 0.25 226.4 0.37 0.6
Hex 73 84 BE 27 1F 0 19 E2 25 3C
Octal 163 204 276 47 37 0 31 342 45 74
Binary 1110011 10000100 10111110 100111 11111 0 11001 11100010 100101 111100

Color Harmonies of #7384BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7384BE

Black with #7384BE

Text Example


Text Example

White with #7384BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7384BE; }

 p { color: rgb(115,132,190); }

 H1.HeaderClassName
 {
   color: #7384BE;
 }
 .AnyTagClassName
 {
   color: #7384BE;
 }
</style>

background-color css

<style>
 a { background-color: #7384BE; }

 a { background-color: rgb(115,132,190); }

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

border-color css

<style>
 span { border-color: #7384BE; }

 span { border-color: rgb(115,132,190); }

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