Html Css Color HEX #7380CF Wild Blue Yonder

📋 copy color: '#7380CF'

red 115 ◦ green 128 ◦ blue 207

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

Shades of Wild Blue Yonder #7380CF

Tints of Wild Blue Yonder #7380CF

RGB

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

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

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

R = 25.56%
G = 28.44%
B = 46%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7380CF (or 0x7380CF) is known color: Wild Blue Yonder. HEX triplet: 73, 80 and CF. RGB value is (115,128,207). Sum of RGB (Red+Green+Blue) = 115+128+207=450 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.56% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #7380CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7380CF is #8C7F30. Grayscale: #848484. Windows color (decimal): -9207601 or 13598835. OLE color: 13598835.

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

Color convert

RGB 115 128 207 -
CMYK 0.44 0.38 0 0.19
HSL 231.52º 0.49% 0.63% -
HSV(B) 231.52º 0.44% 0.81% -
XYZ 26.05 23.59 62.21 -
YUV 133.12 169.69 115.08 -
System Red Green Blue C M Y K H S L
Decimal 115 128 207 0.44 0.38 0 0.19 231.52 0.49 0.63
Hex 73 80 CF 2C 26 0 13 E8 31 3F
Octal 163 200 317 54 46 0 23 350 61 77
Binary 1110011 10000000 11001111 101100 100110 0 10011 11101000 110001 111111

Color Harmonies of #7380CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380CF

Black with #7380CF

Text Example


Text Example

White with #7380CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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