Html Css Color HEX #867FDA Moody Blue

📋 copy color: '#867FDA'

red 134 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #867FDA

Tints of Moody Blue #867FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 27.97%
G = 26.51%
B = 45.51%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#867FDA (or 0x867FDA) is known color: Moody Blue. HEX triplet: 86, 7F and DA. RGB value is (134,127,218). Sum of RGB (Red+Green+Blue) = 134+127+218=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #867FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FDA is #798025. Grayscale: #8B8B8B. Windows color (decimal): -7962662 or 14319494. OLE color: 14319494.

HSL color Cylindrical-coordinate representation of color #867FDA: hue angle of 244.62º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #867FDA is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 127 218 -
CMYK 0.39 0.42 0 0.15
HSL 244.62º 0.55% 0.68% -
HSV(B) 244.62º 0.42% 0.85% -
XYZ 30.08 25.31 69.63 -
YUV 139.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 134 127 218 0.39 0.42 0 0.15 244.62 0.55 0.68
Hex 86 7F DA 27 2A 0 F F5 37 44
Octal 206 177 332 47 52 0 17 365 67 104
Binary 10000110 1111111 11011010 100111 101010 0 1111 11110101 110111 1000100

Color Harmonies of #867FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867FDA

Black with #867FDA

Text Example


Text Example

White with #867FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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