Html Css Color HEX #7381CA Wild Blue Yonder

📋 copy color: '#7381CA'

red 115 ◦ green 129 ◦ blue 202

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

Shades of Wild Blue Yonder #7381CA

Tints of Wild Blue Yonder #7381CA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 25.78%
G = 28.92%
B = 45.29%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7381CA (or 0x7381CA) is known color: Wild Blue Yonder. HEX triplet: 73, 81 and CA. RGB value is (115,129,202). Sum of RGB (Red+Green+Blue) = 115+129+202=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #7381CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381CA is #8C7E35. Grayscale: #848484. Windows color (decimal): -9207350 or 13271411. OLE color: 13271411.

HSL color Cylindrical-coordinate representation of color #7381CA: hue angle of 230.34º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7381CA is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 129 202 -
CMYK 0.43 0.36 0 0.21
HSL 230.34º 0.45% 0.62% -
HSV(B) 230.34º 0.43% 0.79% -
XYZ 25.58 23.61 59.09 -
YUV 133.14 166.86 115.06 -
System Red Green Blue C M Y K H S L
Decimal 115 129 202 0.43 0.36 0 0.21 230.34 0.45 0.62
Hex 73 81 CA 2B 24 0 15 E6 2D 3E
Octal 163 201 312 53 44 0 25 346 55 76
Binary 1110011 10000001 11001010 101011 100100 0 10101 11100110 101101 111110

Color Harmonies of #7381CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7381CA

Black with #7381CA

Text Example


Text Example

White with #7381CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7381CA; }

 p { color: rgb(115,129,202); }

 H1.HeaderClassName
 {
   color: #7381CA;
 }
 .AnyTagClassName
 {
   color: #7381CA;
 }
</style>

background-color css

<style>
 a { background-color: #7381CA; }

 a { background-color: rgb(115,129,202); }

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

border-color css

<style>
 span { border-color: #7381CA; }

 span { border-color: rgb(115,129,202); }

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