Html Css Color HEX #7185C3 Wild Blue Yonder

📋 copy color: '#7185C3'

red 113 ◦ green 133 ◦ blue 195

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

Shades of Wild Blue Yonder #7185C3

Tints of Wild Blue Yonder #7185C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.22%

R = 25.62%
G = 30.16%
B = 44.22%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7185C3 (or 0x7185C3) is known color: Wild Blue Yonder. HEX triplet: 71, 85 and C3. RGB value is (113,133,195). Sum of RGB (Red+Green+Blue) = 113+133+195=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 195 (76.56% from 255 or 44.22% from 441); Max value from RGB is 195 - color contains mainly: blue. Hex color #7185C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7185C3 is #8E7A3C. Grayscale: #858585. Windows color (decimal): -9337405 or 12813681. OLE color: 12813681.

HSL color Cylindrical-coordinate representation of color #7185C3: hue angle of 225.37º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7185C3 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 133 195 -
CMYK 0.42 0.32 0 0.24
HSL 225.37º 0.41% 0.6% -
HSV(B) 225.37º 0.42% 0.76% -
XYZ 25.05 24.23 54.99 -
YUV 134.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 113 133 195 0.42 0.32 0 0.24 225.37 0.41 0.6
Hex 71 85 C3 2A 20 0 18 E1 29 3C
Octal 161 205 303 52 40 0 30 341 51 74
Binary 1110001 10000101 11000011 101010 100000 0 11000 11100001 101001 111100

Color Harmonies of #7185C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7185C3

Black with #7185C3

Text Example


Text Example

White with #7185C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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