Html Css Color HEX #7380BF Wild Blue Yonder

📋 copy color: '#7380BF'

red 115 ◦ green 128 ◦ blue 191

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

Shades of Wild Blue Yonder #7380BF

Tints of Wild Blue Yonder #7380BF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.49%

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

R = 26.5%
G = 29.49%
B = 44.01%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7380BF (or 0x7380BF) is known color: Wild Blue Yonder. HEX triplet: 73, 80 and BF. RGB value is (115,128,191). Sum of RGB (Red+Green+Blue) = 115+128+191=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #7380BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380BF is #8C7F40. Grayscale: #838383. Windows color (decimal): -9207617 or 12550259. OLE color: 12550259.

HSL color Cylindrical-coordinate representation of color #7380BF: hue angle of 229.74º 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 #7380BF is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 128 191 -
CMYK 0.40 0.33 0 0.25
HSL 229.74º 0.37% 0.6% -
HSV(B) 229.74º 0.4% 0.75% -
XYZ 24.19 22.84 52.42 -
YUV 131.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 115 128 191 0.40 0.33 0 0.25 229.74 0.37 0.6
Hex 73 80 BF 28 21 0 19 E6 25 3C
Octal 163 200 277 50 41 0 31 346 45 74
Binary 1110011 10000000 10111111 101000 100001 0 11001 11100110 100101 111100

Color Harmonies of #7380BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380BF

Black with #7380BF

Text Example


Text Example

White with #7380BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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