Html Css Color HEX #867FE1 Moody Blue

📋 copy color: '#867FE1'

red 134 ◦ green 127 ◦ blue 225

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

Shades of Moody Blue #867FE1

Tints of Moody Blue #867FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.3%

R = 27.57%
G = 26.13%
B = 46.3%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#867FE1 (or 0x867FE1) is known color: Moody Blue. HEX triplet: 86, 7F and E1. RGB value is (134,127,225). Sum of RGB (Red+Green+Blue) = 134+127+225=486 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.57% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #867FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FE1 is #79801E. Grayscale: #8B8B8B. Windows color (decimal): -7962655 or 14778246. OLE color: 14778246.

HSL color Cylindrical-coordinate representation of color #867FE1: hue angle of 244.29º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #867FE1 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 127 225 -
CMYK 0.40 0.44 0 0.12
HSL 244.29º 0.62% 0.69% -
HSV(B) 244.29º 0.44% 0.88% -
XYZ 31.01 25.68 74.56 -
YUV 140.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 134 127 225 0.40 0.44 0 0.12 244.29 0.62 0.69
Hex 86 7F E1 28 2C 0 C F4 3E 45
Octal 206 177 341 50 54 0 14 364 76 105
Binary 10000110 1111111 11100001 101000 101100 0 1100 11110100 111110 1000101

Color Harmonies of #867FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FE1

Black with #867FE1

Text Example


Text Example

White with #867FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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