Html Css Color HEX #826BCF Moody Blue

📋 copy color: '#826BCF'

red 130 ◦ green 107 ◦ blue 207

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

Shades of Moody Blue #826BCF

Tints of Moody Blue #826BCF

RGB

 RED value IS 130 (51.17% from 255) = 29.28%

 GREEN value IS 107 (42.19% from 255) = 24.1%

 BLUE value IS 207 (81.25% from 255) = 46.62%

R = 29.28%
G = 24.1%
B = 46.62%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#826BCF (or 0x826BCF) is known color: Moody Blue. HEX triplet: 82, 6B and CF. RGB value is (130,107,207). Sum of RGB (Red+Green+Blue) = 130+107+207=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #826BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826BCF is #7D9430. Grayscale: #7C7C7C. Windows color (decimal): -8229937 or 13593474. OLE color: 13593474.

HSL color Cylindrical-coordinate representation of color #826BCF: hue angle of 253.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #826BCF is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 107 207 -
CMYK 0.37 0.48 0 0.19
HSL 253.8º 0.51% 0.62% -
HSV(B) 253.8º 0.48% 0.81% -
XYZ 25.73 19.77 61.49 -
YUV 125.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 130 107 207 0.37 0.48 0 0.19 253.8 0.51 0.62
Hex 82 6B CF 25 30 0 13 FE 33 3E
Octal 202 153 317 45 60 0 23 376 63 76
Binary 10000010 1101011 11001111 100101 110000 0 10011 11111110 110011 111110

Color Harmonies of #826BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826BCF

Black with #826BCF

Text Example


Text Example

White with #826BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826BCF; }

 p { color: rgb(130,107,207); }

 H1.HeaderClassName
 {
   color: #826BCF;
 }
 .AnyTagClassName
 {
   color: #826BCF;
 }
</style>

background-color css

<style>
 a { background-color: #826BCF; }

 a { background-color: rgb(130,107,207); }

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

border-color css

<style>
 span { border-color: #826BCF; }

 span { border-color: rgb(130,107,207); }

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