Html Css Color HEX #8390C1 Wild Blue Yonder

📋 copy color: '#8390C1'

red 131 ◦ green 144 ◦ blue 193

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

Shades of Wild Blue Yonder #8390C1

Tints of Wild Blue Yonder #8390C1

RGB

 RED value IS 131 (51.56% from 255) = 27.99%

 GREEN value IS 144 (56.64% from 255) = 30.77%

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

R = 27.99%
G = 30.77%
B = 41.24%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8390C1 (or 0x8390C1) is known color: Wild Blue Yonder. HEX triplet: 83, 90 and C1. RGB value is (131,144,193). Sum of RGB (Red+Green+Blue) = 131+144+193=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #8390C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390C1 is #7C6F3E. Grayscale: #919191. Windows color (decimal): -8154943 or 12685443. OLE color: 12685443.

HSL color Cylindrical-coordinate representation of color #8390C1: hue angle of 227.42º 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 #8390C1 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 144 193 -
CMYK 0.32 0.25 0 0.24
HSL 227.42º 0.33% 0.64% -
HSV(B) 227.42º 0.32% 0.76% -
XYZ 28.96 28.62 54.45 -
YUV 145.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 131 144 193 0.32 0.25 0 0.24 227.42 0.33 0.64
Hex 83 90 C1 20 19 0 18 E3 21 40
Octal 203 220 301 40 31 0 30 343 41 100
Binary 10000011 10010000 11000001 100000 11001 0 11000 11100011 100001 1000000

Color Harmonies of #8390C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8390C1

Black with #8390C1

Text Example


Text Example

White with #8390C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,144,193); }

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

background-color css

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

 a { background-color: rgb(131,144,193); }

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

border-color css

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

 span { border-color: rgb(131,144,193); }

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