Html Css Color HEX #7385CE Wild Blue Yonder

📋 copy color: '#7385CE'

red 115 ◦ green 133 ◦ blue 206

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

Shades of Wild Blue Yonder #7385CE

Tints of Wild Blue Yonder #7385CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.3%

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 25.33%
G = 29.3%
B = 45.37%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7385CE (or 0x7385CE) is known color: Wild Blue Yonder. HEX triplet: 73, 85 and CE. RGB value is (115,133,206). Sum of RGB (Red+Green+Blue) = 115+133+206=454 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.33% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #7385CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7385CE is #8C7A31. Grayscale: #878787. Windows color (decimal): -9206322 or 13534579. OLE color: 13534579.

HSL color Cylindrical-coordinate representation of color #7385CE: hue angle of 228.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7385CE is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 133 206 -
CMYK 0.44 0.35 0 0.19
HSL 228.13º 0.48% 0.63% -
HSV(B) 228.13º 0.44% 0.81% -
XYZ 26.6 24.88 61.79 -
YUV 135.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 115 133 206 0.44 0.35 0 0.19 228.13 0.48 0.63
Hex 73 85 CE 2C 23 0 13 E4 30 3F
Octal 163 205 316 54 43 0 23 344 60 77
Binary 1110011 10000101 11001110 101100 100011 0 10011 11100100 110000 111111

Color Harmonies of #7385CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7385CE

Black with #7385CE

Text Example


Text Example

White with #7385CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7385CE; }

 p { color: rgb(115,133,206); }

 H1.HeaderClassName
 {
   color: #7385CE;
 }
 .AnyTagClassName
 {
   color: #7385CE;
 }
</style>

background-color css

<style>
 a { background-color: #7385CE; }

 a { background-color: rgb(115,133,206); }

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

border-color css

<style>
 span { border-color: #7385CE; }

 span { border-color: rgb(115,133,206); }

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