Html Css Color HEX #857BCA Moody Blue

📋 copy color: '#857BCA'

red 133 ◦ green 123 ◦ blue 202

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

Shades of Moody Blue #857BCA

Tints of Moody Blue #857BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 29.04%
G = 26.86%
B = 44.1%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#857BCA (or 0x857BCA) is known color: Moody Blue. HEX triplet: 85, 7B and CA. RGB value is (133,123,202). Sum of RGB (Red+Green+Blue) = 133+123+202=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #857BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #857BCA is #7A8435. Grayscale: #868686. Windows color (decimal): -8029238 or 13269893. OLE color: 13269893.

HSL color Cylindrical-coordinate representation of color #857BCA: hue angle of 247.59º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #857BCA is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 123 202 -
CMYK 0.34 0.39 0 0.21
HSL 247.59º 0.43% 0.64% -
HSV(B) 247.59º 0.39% 0.79% -
XYZ 27.42 23.42 58.95 -
YUV 135 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 133 123 202 0.34 0.39 0 0.21 247.59 0.43 0.64
Hex 85 7B CA 22 27 0 15 F8 2B 40
Octal 205 173 312 42 47 0 25 370 53 100
Binary 10000101 1111011 11001010 100010 100111 0 10101 11111000 101011 1000000

Color Harmonies of #857BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857BCA

Black with #857BCA

Text Example


Text Example

White with #857BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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