Html Css Color HEX #7385CF Wild Blue Yonder

📋 copy color: '#7385CF'

red 115 ◦ green 133 ◦ blue 207

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

Shades of Wild Blue Yonder #7385CF

Tints of Wild Blue Yonder #7385CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 25.27%
G = 29.23%
B = 45.49%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7385CF (or 0x7385CF) is known color: Wild Blue Yonder. HEX triplet: 73, 85 and CF. RGB value is (115,133,207). Sum of RGB (Red+Green+Blue) = 115+133+207=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #7385CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7385CF is #8C7A30. Grayscale: #878787. Windows color (decimal): -9206321 or 13600115. OLE color: 13600115.

HSL color Cylindrical-coordinate representation of color #7385CF: hue angle of 228.26º degrees, saturation: 0.49, 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 #7385CF is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 133 207 -
CMYK 0.44 0.36 0 0.19
HSL 228.26º 0.49% 0.63% -
HSV(B) 228.26º 0.44% 0.81% -
XYZ 26.72 24.92 62.43 -
YUV 136.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 115 133 207 0.44 0.36 0 0.19 228.26 0.49 0.63
Hex 73 85 CF 2C 24 0 13 E4 31 3F
Octal 163 205 317 54 44 0 23 344 61 77
Binary 1110011 10000101 11001111 101100 100100 0 10011 11100100 110001 111111

Color Harmonies of #7385CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7385CF

Black with #7385CF

Text Example


Text Example

White with #7385CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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