Html Css Color HEX #857BBC Moody Blue

📋 copy color: '#857BBC'

red 133 ◦ green 123 ◦ blue 188

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

Shades of Moody Blue #857BBC

Tints of Moody Blue #857BBC

RGB

 RED value IS 133 (52.34% from 255) = 29.95%

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

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

R = 29.95%
G = 27.7%
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

#857BBC (or 0x857BBC) is known color: Moody Blue. HEX triplet: 85, 7B and BC. RGB value is (133,123,188). Sum of RGB (Red+Green+Blue) = 133+123+188=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 123 (48.44% from 255 or 27.70% 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 #857BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BBC is #7A8443. Grayscale: #858585. Windows color (decimal): -8029252 or 12352389. OLE color: 12352389.

HSL color Cylindrical-coordinate representation of color #857BBC: hue angle of 249.23º 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 #857BBC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 123 188 -
CMYK 0.29 0.35 0 0.26
HSL 249.23º 0.33% 0.61% -
HSV(B) 249.23º 0.35% 0.74% -
XYZ 25.83 22.78 50.61 -
YUV 133.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 133 123 188 0.29 0.35 0 0.26 249.23 0.33 0.61
Hex 85 7B BC 1D 23 0 1A F9 21 3D
Octal 205 173 274 35 43 0 32 371 41 75
Binary 10000101 1111011 10111100 11101 100011 0 11010 11111001 100001 111101

Color Harmonies of #857BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857BBC

Black with #857BBC

Text Example


Text Example

White with #857BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857BBC; }

 p { color: rgb(133,123,188); }

 H1.HeaderClassName
 {
   color: #857BBC;
 }
 .AnyTagClassName
 {
   color: #857BBC;
 }
</style>

background-color css

<style>
 a { background-color: #857BBC; }

 a { background-color: rgb(133,123,188); }

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

border-color css

<style>
 span { border-color: #857BBC; }

 span { border-color: rgb(133,123,188); }

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