Html Css Color HEX #8290BC Wild Blue Yonder

📋 copy color: '#8290BC'

red 130 ◦ green 144 ◦ blue 188

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

Shades of Wild Blue Yonder #8290BC

Tints of Wild Blue Yonder #8290BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 28.14%
G = 31.17%
B = 40.69%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8290BC (or 0x8290BC) is known color: Wild Blue Yonder. HEX triplet: 82, 90 and BC. RGB value is (130,144,188). Sum of RGB (Red+Green+Blue) = 130+144+188=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #8290BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8290BC is #7D6F43. Grayscale: #909090. Windows color (decimal): -8220484 or 12357762. OLE color: 12357762.

HSL color Cylindrical-coordinate representation of color #8290BC: hue angle of 225.52º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8290BC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 144 188 -
CMYK 0.31 0.23 0 0.26
HSL 225.52º 0.3% 0.62% -
HSV(B) 225.52º 0.31% 0.74% -
XYZ 28.26 28.32 51.55 -
YUV 144.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 130 144 188 0.31 0.23 0 0.26 225.52 0.3 0.62
Hex 82 90 BC 1F 17 0 1A E2 1E 3E
Octal 202 220 274 37 27 0 32 342 36 76
Binary 10000010 10010000 10111100 11111 10111 0 11010 11100010 11110 111110

Color Harmonies of #8290BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8290BC

Black with #8290BC

Text Example


Text Example

White with #8290BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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