Html Css Color HEX #8583CB Moody Blue

📋 copy color: '#8583CB'

red 133 ◦ green 131 ◦ blue 203

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

Shades of Moody Blue #8583CB

Tints of Moody Blue #8583CB

RGB

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

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

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

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

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8583CB (or 0x8583CB) is known color: Moody Blue. HEX triplet: 85, 83 and CB. RGB value is (133,131,203). Sum of RGB (Red+Green+Blue) = 133+131+203=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 131 (51.56% from 255 or 28.05% 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 #8583CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8583CB is #7A7C34. Grayscale: #8B8B8B. Windows color (decimal): -8027189 or 13337477. OLE color: 13337477.

HSL color Cylindrical-coordinate representation of color #8583CB: hue angle of 241.67º 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 #8583CB is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 131 203 -
CMYK 0.34 0.35 0 0.20
HSL 241.67º 0.41% 0.65% -
HSV(B) 241.67º 0.35% 0.8% -
XYZ 28.57 25.53 59.92 -
YUV 139.81 163.66 123.15 -
System Red Green Blue C M Y K H S L
Decimal 133 131 203 0.34 0.35 0 0.20 241.67 0.41 0.65
Hex 85 83 CB 22 23 0 14 F2 29 41
Octal 205 203 313 42 43 0 24 362 51 101
Binary 10000101 10000011 11001011 100010 100011 0 10100 11110010 101001 1000001

Color Harmonies of #8583CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8583CB

Black with #8583CB

Text Example


Text Example

White with #8583CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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