Html Css Color HEX #867ABC Moody Blue

📋 copy color: '#867ABC'

red 134 ◦ green 122 ◦ blue 188

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

Shades of Moody Blue #867ABC

Tints of Moody Blue #867ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.48%

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 30.18%
G = 27.48%
B = 42.34%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#867ABC (or 0x867ABC) is known color: Moody Blue. HEX triplet: 86, 7A and BC. RGB value is (134,122,188). Sum of RGB (Red+Green+Blue) = 134+122+188=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #867ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ABC is #798543. Grayscale: #848484. Windows color (decimal): -7963972 or 12352134. OLE color: 12352134.

HSL color Cylindrical-coordinate representation of color #867ABC: hue angle of 250.91º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #867ABC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 122 188 -
CMYK 0.29 0.35 0 0.26
HSL 250.91º 0.33% 0.61% -
HSV(B) 250.91º 0.35% 0.74% -
XYZ 25.87 22.62 50.58 -
YUV 133.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 134 122 188 0.29 0.35 0 0.26 250.91 0.33 0.61
Hex 86 7A BC 1D 23 0 1A FB 21 3D
Octal 206 172 274 35 43 0 32 373 41 75
Binary 10000110 1111010 10111100 11101 100011 0 11010 11111011 100001 111101

Color Harmonies of #867ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867ABC

Black with #867ABC

Text Example


Text Example

White with #867ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,122,188); }

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

background-color css

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

 a { background-color: rgb(134,122,188); }

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

border-color css

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

 span { border-color: rgb(134,122,188); }

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