Html Css Color HEX #8385CB Moody Blue

📋 copy color: '#8385CB'

red 131 ◦ green 133 ◦ blue 203

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

Shades of Moody Blue #8385CB

Tints of Moody Blue #8385CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.48%

 BLUE value IS 203 (79.69% from 255) = 43.47%

R = 28.05%
G = 28.48%
B = 43.47%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8385CB (or 0x8385CB) is known color: Moody Blue. HEX triplet: 83, 85 and CB. RGB value is (131,133,203). Sum of RGB (Red+Green+Blue) = 131+133+203=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #8385CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8385CB is #7C7A34. Grayscale: #8C8C8C. Windows color (decimal): -8157749 or 13337987. OLE color: 13337987.

HSL color Cylindrical-coordinate representation of color #8385CB: hue angle of 238.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8385CB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 133 203 -
CMYK 0.35 0.34 0 0.20
HSL 238.33º 0.41% 0.65% -
HSV(B) 238.33º 0.35% 0.8% -
XYZ 28.53 25.91 60 -
YUV 140.38 163.34 121.31 -
System Red Green Blue C M Y K H S L
Decimal 131 133 203 0.35 0.34 0 0.20 238.33 0.41 0.65
Hex 83 85 CB 23 22 0 14 EE 29 41
Octal 203 205 313 43 42 0 24 356 51 101
Binary 10000011 10000101 11001011 100011 100010 0 10100 11101110 101001 1000001

Color Harmonies of #8385CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8385CB

Black with #8385CB

Text Example


Text Example

White with #8385CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8385CB; }

 p { color: rgb(131,133,203); }

 H1.HeaderClassName
 {
   color: #8385CB;
 }
 .AnyTagClassName
 {
   color: #8385CB;
 }
</style>

background-color css

<style>
 a { background-color: #8385CB; }

 a { background-color: rgb(131,133,203); }

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

border-color css

<style>
 span { border-color: #8385CB; }

 span { border-color: rgb(131,133,203); }

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