Html Css Color HEX #8370CB Moody Blue

📋 copy color: '#8370CB'

red 131 ◦ green 112 ◦ blue 203

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

Shades of Moody Blue #8370CB

Tints of Moody Blue #8370CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.11%

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

R = 29.37%
G = 25.11%
B = 45.52%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8370CB (or 0x8370CB) is known color: Moody Blue. HEX triplet: 83, 70 and CB. RGB value is (131,112,203). Sum of RGB (Red+Green+Blue) = 131+112+203=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #8370CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370CB is #7C8F34. Grayscale: #7F7F7F. Windows color (decimal): -8163125 or 13332611. OLE color: 13332611.

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

Color convert

RGB 131 112 203 -
CMYK 0.35 0.45 0 0.20
HSL 252.53º 0.47% 0.62% -
HSV(B) 252.53º 0.45% 0.8% -
XYZ 25.93 20.73 59.13 -
YUV 128.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 131 112 203 0.35 0.45 0 0.20 252.53 0.47 0.62
Hex 83 70 CB 23 2D 0 14 FD 2F 3E
Octal 203 160 313 43 55 0 24 375 57 76
Binary 10000011 1110000 11001011 100011 101101 0 10100 11111101 101111 111110

Color Harmonies of #8370CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370CB

Black with #8370CB

Text Example


Text Example

White with #8370CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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