Html Css Color HEX #836FCF Moody Blue

📋 copy color: '#836FCF'

red 131 ◦ green 111 ◦ blue 207

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

Shades of Moody Blue #836FCF

Tints of Moody Blue #836FCF

RGB

 RED value IS 131 (51.56% from 255) = 29.18%

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

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

R = 29.18%
G = 24.72%
B = 46.1%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#836FCF (or 0x836FCF) is known color: Moody Blue. HEX triplet: 83, 6F and CF. RGB value is (131,111,207). Sum of RGB (Red+Green+Blue) = 131+111+207=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #836FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FCF is #7C9030. Grayscale: #7F7F7F. Windows color (decimal): -8163377 or 13594499. OLE color: 13594499.

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

Color convert

RGB 131 111 207 -
CMYK 0.37 0.46 0 0.19
HSL 252.5º 0.5% 0.62% -
HSV(B) 252.5º 0.46% 0.81% -
XYZ 26.31 20.7 61.64 -
YUV 127.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 131 111 207 0.37 0.46 0 0.19 252.5 0.5 0.62
Hex 83 6F CF 25 2E 0 13 FD 32 3E
Octal 203 157 317 45 56 0 23 375 62 76
Binary 10000011 1101111 11001111 100101 101110 0 10011 11111101 110010 111110

Color Harmonies of #836FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836FCF

Black with #836FCF

Text Example


Text Example

White with #836FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836FCF; }

 p { color: rgb(131,111,207); }

 H1.HeaderClassName
 {
   color: #836FCF;
 }
 .AnyTagClassName
 {
   color: #836FCF;
 }
</style>

background-color css

<style>
 a { background-color: #836FCF; }

 a { background-color: rgb(131,111,207); }

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

border-color css

<style>
 span { border-color: #836FCF; }

 span { border-color: rgb(131,111,207); }

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