Html Css Color HEX #7380BC Wild Blue Yonder

📋 copy color: '#7380BC'

red 115 ◦ green 128 ◦ blue 188

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

Shades of Wild Blue Yonder #7380BC

Tints of Wild Blue Yonder #7380BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 26.68%
G = 29.7%
B = 43.62%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7380BC (or 0x7380BC) is known color: Wild Blue Yonder. HEX triplet: 73, 80 and BC. RGB value is (115,128,188). Sum of RGB (Red+Green+Blue) = 115+128+188=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #7380BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380BC is #8C7F43. Grayscale: #828282. Windows color (decimal): -9207620 or 12353651. OLE color: 12353651.

HSL color Cylindrical-coordinate representation of color #7380BC: hue angle of 229.32º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7380BC is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 115 128 188 -
CMYK 0.39 0.32 0 0.26
HSL 229.32º 0.35% 0.59% -
HSV(B) 229.32º 0.39% 0.74% -
XYZ 23.87 22.71 50.7 -
YUV 130.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 115 128 188 0.39 0.32 0 0.26 229.32 0.35 0.59
Hex 73 80 BC 27 20 0 1A E5 23 3B
Octal 163 200 274 47 40 0 32 345 43 73
Binary 1110011 10000000 10111100 100111 100000 0 11010 11100101 100011 111011

Color Harmonies of #7380BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380BC

Black with #7380BC

Text Example


Text Example

White with #7380BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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