Html Css Color HEX #7181D7 Wild Blue Yonder

📋 copy color: '#7181D7'

red 113 ◦ green 129 ◦ blue 215

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

Shades of Wild Blue Yonder #7181D7

Tints of Wild Blue Yonder #7181D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.05%

R = 24.73%
G = 28.23%
B = 47.05%

CMYK

 C value IS 0.47

 M value IS 0.4

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7181D7 (or 0x7181D7) is known color: Wild Blue Yonder. HEX triplet: 71, 81 and D7. RGB value is (113,129,215). Sum of RGB (Red+Green+Blue) = 113+129+215=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #7181D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7181D7 is #8E7E28. Grayscale: #858585. Windows color (decimal): -9338409 or 14123377. OLE color: 14123377.

HSL color Cylindrical-coordinate representation of color #7181D7: hue angle of 230.59º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7181D7 is Cyan = 0.47, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 129 215 -
CMYK 0.47 0.4 0 0.16
HSL 230.59º 0.56% 0.64% -
HSV(B) 230.59º 0.47% 0.84% -
XYZ 26.93 24.12 67.53 -
YUV 134.02 173.7 113.01 -
System Red Green Blue C M Y K H S L
Decimal 113 129 215 0.47 0.4 0 0.16 230.59 0.56 0.64
Hex 71 81 D7 2F 28 0 10 E7 38 40
Octal 161 201 327 57 50 0 20 347 70 100
Binary 1110001 10000001 11010111 101111 101000 0 10000 11100111 111000 1000000

Color Harmonies of #7181D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7181D7

Black with #7181D7

Text Example


Text Example

White with #7181D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7181D7; }

 p { color: rgb(113,129,215); }

 H1.HeaderClassName
 {
   color: #7181D7;
 }
 .AnyTagClassName
 {
   color: #7181D7;
 }
</style>

background-color css

<style>
 a { background-color: #7181D7; }

 a { background-color: rgb(113,129,215); }

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

border-color css

<style>
 span { border-color: #7181D7; }

 span { border-color: rgb(113,129,215); }

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