Html Css Color HEX #8493C6 Wild Blue Yonder

📋 copy color: '#8493C6'

red 132 ◦ green 147 ◦ blue 198

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

Shades of Wild Blue Yonder #8493C6

Tints of Wild Blue Yonder #8493C6

RGB

 RED value IS 132 (51.95% from 255) = 27.67%

 GREEN value IS 147 (57.81% from 255) = 30.82%

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 27.67%
G = 30.82%
B = 41.51%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8493C6 (or 0x8493C6) is known color: Wild Blue Yonder. HEX triplet: 84, 93 and C6. RGB value is (132,147,198). Sum of RGB (Red+Green+Blue) = 132+147+198=477 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.67% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #8493C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8493C6 is #7B6C39. Grayscale: #949494. Windows color (decimal): -8088634 or 13013892. OLE color: 13013892.

HSL color Cylindrical-coordinate representation of color #8493C6: hue angle of 226.36º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8493C6 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 147 198 -
CMYK 0.33 0.26 0 0.22
HSL 226.36º 0.37% 0.65% -
HSV(B) 226.36º 0.33% 0.78% -
XYZ 30.14 29.85 57.6 -
YUV 148.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 132 147 198 0.33 0.26 0 0.22 226.36 0.37 0.65
Hex 84 93 C6 21 1A 0 16 E2 25 41
Octal 204 223 306 41 32 0 26 342 45 101
Binary 10000100 10010011 11000110 100001 11010 0 10110 11100010 100101 1000001

Color Harmonies of #8493C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8493C6

Black with #8493C6

Text Example


Text Example

White with #8493C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8493C6; }

 p { color: rgb(132,147,198); }

 H1.HeaderClassName
 {
   color: #8493C6;
 }
 .AnyTagClassName
 {
   color: #8493C6;
 }
</style>

background-color css

<style>
 a { background-color: #8493C6; }

 a { background-color: rgb(132,147,198); }

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

border-color css

<style>
 span { border-color: #8493C6; }

 span { border-color: rgb(132,147,198); }

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