Html Css Color HEX #867FB3 Moody Blue

📋 copy color: '#867FB3'

red 134 ◦ green 127 ◦ blue 179

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

Shades of Moody Blue #867FB3

Tints of Moody Blue #867FB3

RGB

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

 GREEN value IS 127 (50% from 255) = 28.86%

 BLUE value IS 179 (70.31% from 255) = 40.68%

R = 30.45%
G = 28.86%
B = 40.68%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#867FB3 (or 0x867FB3) is known color: Moody Blue. HEX triplet: 86, 7F and B3. RGB value is (134,127,179). Sum of RGB (Red+Green+Blue) = 134+127+179=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #867FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FB3 is #79804C. Grayscale: #868686. Windows color (decimal): -7962701 or 11763590. OLE color: 11763590.

HSL color Cylindrical-coordinate representation of color #867FB3: hue angle of 248.08º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #867FB3 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 127 179 -
CMYK 0.25 0.29 0 0.30
HSL 248.08º 0.25% 0.6% -
HSV(B) 248.08º 0.29% 0.7% -
XYZ 25.56 23.5 45.84 -
YUV 135.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 134 127 179 0.25 0.29 0 0.30 248.08 0.25 0.6
Hex 86 7F B3 19 1D 0 1E F8 19 3C
Octal 206 177 263 31 35 0 36 370 31 74
Binary 10000110 1111111 10110011 11001 11101 0 11110 11111000 11001 111100

Color Harmonies of #867FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FB3

Black with #867FB3

Text Example


Text Example

White with #867FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867FB3; }

 p { color: rgb(134,127,179); }

 H1.HeaderClassName
 {
   color: #867FB3;
 }
 .AnyTagClassName
 {
   color: #867FB3;
 }
</style>

background-color css

<style>
 a { background-color: #867FB3; }

 a { background-color: rgb(134,127,179); }

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

border-color css

<style>
 span { border-color: #867FB3; }

 span { border-color: rgb(134,127,179); }

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