Html Css Color HEX #8695C4 Wild Blue Yonder

📋 copy color: '#8695C4'

red 134 ◦ green 149 ◦ blue 196

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

Shades of Wild Blue Yonder #8695C4

Tints of Wild Blue Yonder #8695C4

RGB

 RED value IS 134 (52.73% from 255) = 27.97%

 GREEN value IS 149 (58.59% from 255) = 31.11%

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

R = 27.97%
G = 31.11%
B = 40.92%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#8695C4 (or 0x8695C4) is known color: Wild Blue Yonder. HEX triplet: 86, 95 and C4. RGB value is (134,149,196). Sum of RGB (Red+Green+Blue) = 134+149+196=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 196 (76.95% from 255 or 40.92% from 479); Max value from RGB is 196 - color contains mainly: blue. Hex color #8695C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8695C4 is #796A3B. Grayscale: #959595. Windows color (decimal): -7957052 or 12883334. OLE color: 12883334.

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

Color convert

RGB 134 149 196 -
CMYK 0.32 0.24 0 0.23
HSL 225.48º 0.34% 0.65% -
HSV(B) 225.48º 0.32% 0.77% -
XYZ 30.54 30.55 56.51 -
YUV 149.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 134 149 196 0.32 0.24 0 0.23 225.48 0.34 0.65
Hex 86 95 C4 20 18 0 17 E1 22 41
Octal 206 225 304 40 30 0 27 341 42 101
Binary 10000110 10010101 11000100 100000 11000 0 10111 11100001 100010 1000001

Color Harmonies of #8695C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8695C4

Black with #8695C4

Text Example


Text Example

White with #8695C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,149,196); }

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

background-color css

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

 a { background-color: rgb(134,149,196); }

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

border-color css

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

 span { border-color: rgb(134,149,196); }

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