Html Css Color HEX #7182CA Wild Blue Yonder

📋 copy color: '#7182CA'

red 113 ◦ green 130 ◦ blue 202

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

Shades of Wild Blue Yonder #7182CA

Tints of Wild Blue Yonder #7182CA

RGB

 RED value IS 113 (44.53% from 255) = 25.39%

 GREEN value IS 130 (51.17% from 255) = 29.21%

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

R = 25.39%
G = 29.21%
B = 45.39%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7182CA (or 0x7182CA) is known color: Wild Blue Yonder. HEX triplet: 71, 82 and CA. RGB value is (113,130,202). Sum of RGB (Red+Green+Blue) = 113+130+202=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #7182CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7182CA is #8E7D35. Grayscale: #848484. Windows color (decimal): -9338166 or 13271665. OLE color: 13271665.

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

Color convert

RGB 113 130 202 -
CMYK 0.44 0.36 0 0.21
HSL 228.54º 0.46% 0.62% -
HSV(B) 228.54º 0.44% 0.79% -
XYZ 25.45 23.74 59.12 -
YUV 133.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 113 130 202 0.44 0.36 0 0.21 228.54 0.46 0.62
Hex 71 82 CA 2C 24 0 15 E5 2E 3E
Octal 161 202 312 54 44 0 25 345 56 76
Binary 1110001 10000010 11001010 101100 100100 0 10101 11100101 101110 111110

Color Harmonies of #7182CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7182CA

Black with #7182CA

Text Example


Text Example

White with #7182CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,130,202); }

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

background-color css

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

 a { background-color: rgb(113,130,202); }

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

border-color css

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

 span { border-color: rgb(113,130,202); }

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