Html Css Color HEX #826FBA Moody Blue

📋 copy color: '#826FBA'

red 130 ◦ green 111 ◦ blue 186

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

Shades of Moody Blue #826FBA

Tints of Moody Blue #826FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26%

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 30.44%
G = 26%
B = 43.56%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#826FBA (or 0x826FBA) is known color: Moody Blue. HEX triplet: 82, 6F and BA. RGB value is (130,111,186). Sum of RGB (Red+Green+Blue) = 130+111+186=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #826FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FBA is #7D9045. Grayscale: #7C7C7C. Windows color (decimal): -8228934 or 12218242. OLE color: 12218242.

HSL color Cylindrical-coordinate representation of color #826FBA: hue angle of 255.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #826FBA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 111 186 -
CMYK 0.30 0.40 0 0.27
HSL 255.2º 0.35% 0.58% -
HSV(B) 255.2º 0.4% 0.73% -
XYZ 23.75 19.66 49 -
YUV 125.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 130 111 186 0.30 0.40 0 0.27 255.2 0.35 0.58
Hex 82 6F BA 1E 28 0 1B FF 23 3A
Octal 202 157 272 36 50 0 33 377 43 72
Binary 10000010 1101111 10111010 11110 101000 0 11011 11111111 100011 111010

Color Harmonies of #826FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FBA

Black with #826FBA

Text Example


Text Example

White with #826FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,111,186); }

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

background-color css

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

 a { background-color: rgb(130,111,186); }

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

border-color css

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

 span { border-color: rgb(130,111,186); }

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