Html Css Color HEX #8196C4 Wild Blue Yonder

📋 copy color: '#8196C4'

red 129 ◦ green 150 ◦ blue 196

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

Shades of Wild Blue Yonder #8196C4

Tints of Wild Blue Yonder #8196C4

RGB

 RED value IS 129 (50.78% from 255) = 27.16%

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

 BLUE value IS 196 (76.95% from 255) = 41.26%

R = 27.16%
G = 31.58%
B = 41.26%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8196C4 (or 0x8196C4) is known color: Wild Blue Yonder. HEX triplet: 81, 96 and C4. RGB value is (129,150,196). Sum of RGB (Red+Green+Blue) = 129+150+196=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #8196C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8196C4 is #7E693B. Grayscale: #949494. Windows color (decimal): -8284476 or 12883585. OLE color: 12883585.

HSL color Cylindrical-coordinate representation of color #8196C4: hue angle of 221.19º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8196C4 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 129 150 196 -
CMYK 0.34 0.23 0 0.23
HSL 221.19º 0.36% 0.64% -
HSV(B) 221.19º 0.34% 0.77% -
XYZ 29.92 30.47 56.53 -
YUV 148.97 154.54 113.76 -
System Red Green Blue C M Y K H S L
Decimal 129 150 196 0.34 0.23 0 0.23 221.19 0.36 0.64
Hex 81 96 C4 22 17 0 17 DD 24 40
Octal 201 226 304 42 27 0 27 335 44 100
Binary 10000001 10010110 11000100 100010 10111 0 10111 11011101 100100 1000000

Color Harmonies of #8196C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8196C4

Black with #8196C4

Text Example


Text Example

White with #8196C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8196C4; }

 p { color: rgb(129,150,196); }

 H1.HeaderClassName
 {
   color: #8196C4;
 }
 .AnyTagClassName
 {
   color: #8196C4;
 }
</style>

background-color css

<style>
 a { background-color: #8196C4; }

 a { background-color: rgb(129,150,196); }

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

border-color css

<style>
 span { border-color: #8196C4; }

 span { border-color: rgb(129,150,196); }

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