Html Css Color HEX #8488C1 Wild Blue Yonder

📋 copy color: '#8488C1'

red 132 ◦ green 136 ◦ blue 193

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

Shades of Wild Blue Yonder #8488C1

Tints of Wild Blue Yonder #8488C1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.5%

 BLUE value IS 193 (75.78% from 255) = 41.87%

R = 28.63%
G = 29.5%
B = 41.87%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8488C1 (or 0x8488C1) is known color: Wild Blue Yonder. HEX triplet: 84, 88 and C1. RGB value is (132,136,193). Sum of RGB (Red+Green+Blue) = 132+136+193=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #8488C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8488C1 is #7B773E. Grayscale: #8D8D8D. Windows color (decimal): -8091455 or 12683396. OLE color: 12683396.

HSL color Cylindrical-coordinate representation of color #8488C1: hue angle of 236.07º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8488C1 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 136 193 -
CMYK 0.32 0.30 0 0.24
HSL 236.07º 0.33% 0.64% -
HSV(B) 236.07º 0.32% 0.76% -
XYZ 27.95 26.36 54.07 -
YUV 141.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 132 136 193 0.32 0.30 0 0.24 236.07 0.33 0.64
Hex 84 88 C1 20 1E 0 18 EC 21 40
Octal 204 210 301 40 36 0 30 354 41 100
Binary 10000100 10001000 11000001 100000 11110 0 11000 11101100 100001 1000000

Color Harmonies of #8488C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8488C1

Black with #8488C1

Text Example


Text Example

White with #8488C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8488C1; }

 p { color: rgb(132,136,193); }

 H1.HeaderClassName
 {
   color: #8488C1;
 }
 .AnyTagClassName
 {
   color: #8488C1;
 }
</style>

background-color css

<style>
 a { background-color: #8488C1; }

 a { background-color: rgb(132,136,193); }

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

border-color css

<style>
 span { border-color: #8488C1; }

 span { border-color: rgb(132,136,193); }

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