Html Css Color HEX #8290C1 Wild Blue Yonder

📋 copy color: '#8290C1'

red 130 ◦ green 144 ◦ blue 193

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

Shades of Wild Blue Yonder #8290C1

Tints of Wild Blue Yonder #8290C1

RGB

 RED value IS 130 (51.17% from 255) = 27.84%

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

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

R = 27.84%
G = 30.84%
B = 41.33%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8290C1 (or 0x8290C1) is known color: Wild Blue Yonder. HEX triplet: 82, 90 and C1. RGB value is (130,144,193). Sum of RGB (Red+Green+Blue) = 130+144+193=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #8290C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290C1 is #7D6F3E. Grayscale: #919191. Windows color (decimal): -8220479 or 12685442. OLE color: 12685442.

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

Color convert

RGB 130 144 193 -
CMYK 0.33 0.25 0 0.24
HSL 226.67º 0.34% 0.63% -
HSV(B) 226.67º 0.33% 0.76% -
XYZ 28.8 28.54 54.44 -
YUV 145.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 130 144 193 0.33 0.25 0 0.24 226.67 0.34 0.63
Hex 82 90 C1 21 19 0 18 E3 22 3F
Octal 202 220 301 41 31 0 30 343 42 77
Binary 10000010 10010000 11000001 100001 11001 0 11000 11100011 100010 111111

Color Harmonies of #8290C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8290C1

Black with #8290C1

Text Example


Text Example

White with #8290C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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