Html Css Color HEX #8296C2 Wild Blue Yonder

📋 copy color: '#8296C2'

red 130 ◦ green 150 ◦ blue 194

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

Shades of Wild Blue Yonder #8296C2

Tints of Wild Blue Yonder #8296C2

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.65%

 BLUE value IS 194 (76.17% from 255) = 40.93%

R = 27.43%
G = 31.65%
B = 40.93%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8296C2 (or 0x8296C2) is known color: Wild Blue Yonder. HEX triplet: 82, 96 and C2. RGB value is (130,150,194). Sum of RGB (Red+Green+Blue) = 130+150+194=474 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.43% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 194 (76.17% from 255 or 40.93% from 474); Max value from RGB is 194 - color contains mainly: blue. Hex color #8296C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8296C2 is #7D693D. Grayscale: #949494. Windows color (decimal): -8218942 or 12752514. OLE color: 12752514.

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

Color convert

RGB 130 150 194 -
CMYK 0.33 0.23 0 0.24
HSL 221.25º 0.34% 0.64% -
HSV(B) 221.25º 0.33% 0.76% -
XYZ 29.85 30.45 55.34 -
YUV 149.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 130 150 194 0.33 0.23 0 0.24 221.25 0.34 0.64
Hex 82 96 C2 21 17 0 18 DD 22 40
Octal 202 226 302 41 27 0 30 335 42 100
Binary 10000010 10010110 11000010 100001 10111 0 11000 11011101 100010 1000000

Color Harmonies of #8296C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8296C2

Black with #8296C2

Text Example


Text Example

White with #8296C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8296C2; }

 p { color: rgb(130,150,194); }

 H1.HeaderClassName
 {
   color: #8296C2;
 }
 .AnyTagClassName
 {
   color: #8296C2;
 }
</style>

background-color css

<style>
 a { background-color: #8296C2; }

 a { background-color: rgb(130,150,194); }

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

border-color css

<style>
 span { border-color: #8296C2; }

 span { border-color: rgb(130,150,194); }

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