Html Css Color HEX #7185CA Wild Blue Yonder

📋 copy color: '#7185CA'

red 113 ◦ green 133 ◦ blue 202

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

Shades of Wild Blue Yonder #7185CA

Tints of Wild Blue Yonder #7185CA

RGB

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

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

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

R = 25.22%
G = 29.69%
B = 45.09%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7185CA (or 0x7185CA) is known color: Wild Blue Yonder. HEX triplet: 71, 85 and CA. RGB value is (113,133,202). Sum of RGB (Red+Green+Blue) = 113+133+202=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 133 (52.34% from 255 or 29.69% 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 #7185CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7185CA is #8E7A35. Grayscale: #868686. Windows color (decimal): -9337398 or 13272433. OLE color: 13272433.

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

Color convert

RGB 113 133 202 -
CMYK 0.44 0.34 0 0.21
HSL 226.52º 0.46% 0.62% -
HSV(B) 226.52º 0.44% 0.79% -
XYZ 25.86 24.55 59.25 -
YUV 134.89 165.87 112.39 -
System Red Green Blue C M Y K H S L
Decimal 113 133 202 0.44 0.34 0 0.21 226.52 0.46 0.62
Hex 71 85 CA 2C 22 0 15 E3 2E 3E
Octal 161 205 312 54 42 0 25 343 56 76
Binary 1110001 10000101 11001010 101100 100010 0 10101 11100011 101110 111110

Color Harmonies of #7185CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7185CA

Black with #7185CA

Text Example


Text Example

White with #7185CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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