Html Css Color HEX #867BDB Moody Blue

📋 copy color: '#867BDB'

red 134 ◦ green 123 ◦ blue 219

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

Shades of Moody Blue #867BDB

Tints of Moody Blue #867BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.84%

 BLUE value IS 219 (85.94% from 255) = 46.01%

R = 28.15%
G = 25.84%
B = 46.01%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#867BDB (or 0x867BDB) is known color: Moody Blue. HEX triplet: 86, 7B and DB. RGB value is (134,123,219). Sum of RGB (Red+Green+Blue) = 134+123+219=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #867BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BDB is #798424. Grayscale: #888888. Windows color (decimal): -7963685 or 14384006. OLE color: 14384006.

HSL color Cylindrical-coordinate representation of color #867BDB: hue angle of 246.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #867BDB is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 123 219 -
CMYK 0.39 0.44 0 0.14
HSL 246.88º 0.57% 0.67% -
HSV(B) 246.88º 0.44% 0.86% -
XYZ 29.7 24.35 70.15 -
YUV 137.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 134 123 219 0.39 0.44 0 0.14 246.88 0.57 0.67
Hex 86 7B DB 27 2C 0 E F7 39 43
Octal 206 173 333 47 54 0 16 367 71 103
Binary 10000110 1111011 11011011 100111 101100 0 1110 11110111 111001 1000011

Color Harmonies of #867BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867BDB

Black with #867BDB

Text Example


Text Example

White with #867BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,123,219); }

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

background-color css

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

 a { background-color: rgb(134,123,219); }

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

border-color css

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

 span { border-color: rgb(134,123,219); }

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