Html Css Color HEX #7387C0 Wild Blue Yonder

📋 copy color: '#7387C0'

red 115 ◦ green 135 ◦ blue 192

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

Shades of Wild Blue Yonder #7387C0

Tints of Wild Blue Yonder #7387C0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.54%

 BLUE value IS 192 (75.39% from 255) = 43.44%

R = 26.02%
G = 30.54%
B = 43.44%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7387C0 (or 0x7387C0) is known color: Wild Blue Yonder. HEX triplet: 73, 87 and C0. RGB value is (115,135,192). Sum of RGB (Red+Green+Blue) = 115+135+192=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #7387C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7387C0 is #8C783F. Grayscale: #878787. Windows color (decimal): -9205824 or 12617587. OLE color: 12617587.

HSL color Cylindrical-coordinate representation of color #7387C0: hue angle of 224.42º degrees, saturation: 0.38, 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 #7387C0 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 135 192 -
CMYK 0.40 0.30 0 0.25
HSL 224.42º 0.38% 0.6% -
HSV(B) 224.42º 0.4% 0.75% -
XYZ 25.25 24.78 53.32 -
YUV 135.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 115 135 192 0.40 0.30 0 0.25 224.42 0.38 0.6
Hex 73 87 C0 28 1E 0 19 E0 26 3C
Octal 163 207 300 50 36 0 31 340 46 74
Binary 1110011 10000111 11000000 101000 11110 0 11001 11100000 100110 111100

Color Harmonies of #7387C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7387C0

Black with #7387C0

Text Example


Text Example

White with #7387C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7387C0; }

 p { color: rgb(115,135,192); }

 H1.HeaderClassName
 {
   color: #7387C0;
 }
 .AnyTagClassName
 {
   color: #7387C0;
 }
</style>

background-color css

<style>
 a { background-color: #7387C0; }

 a { background-color: rgb(115,135,192); }

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

border-color css

<style>
 span { border-color: #7387C0; }

 span { border-color: rgb(115,135,192); }

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