Html Css Color HEX #7383CA Wild Blue Yonder

📋 copy color: '#7383CA'

red 115 ◦ green 131 ◦ blue 202

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

Shades of Wild Blue Yonder #7383CA

Tints of Wild Blue Yonder #7383CA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.24%

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

R = 25.67%
G = 29.24%
B = 45.09%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7383CA (or 0x7383CA) is known color: Wild Blue Yonder. HEX triplet: 73, 83 and CA. RGB value is (115,131,202). Sum of RGB (Red+Green+Blue) = 115+131+202=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #7383CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7383CA is #8C7C35. Grayscale: #868686. Windows color (decimal): -9206838 or 13271923. OLE color: 13271923.

HSL color Cylindrical-coordinate representation of color #7383CA: hue angle of 228.97º 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 #7383CA is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 131 202 -
CMYK 0.43 0.35 0 0.21
HSL 228.97º 0.45% 0.62% -
HSV(B) 228.97º 0.43% 0.79% -
XYZ 25.85 24.14 59.17 -
YUV 134.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 115 131 202 0.43 0.35 0 0.21 228.97 0.45 0.62
Hex 73 83 CA 2B 23 0 15 E5 2D 3E
Octal 163 203 312 53 43 0 25 345 55 76
Binary 1110011 10000011 11001010 101011 100011 0 10101 11100101 101101 111110

Color Harmonies of #7383CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7383CA

Black with #7383CA

Text Example


Text Example

White with #7383CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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