Html Css Color HEX #8273CB Moody Blue

📋 copy color: '#8273CB'

red 130 ◦ green 115 ◦ blue 203

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

Shades of Moody Blue #8273CB

Tints of Moody Blue #8273CB

RGB

 RED value IS 130 (51.17% from 255) = 29.02%

 GREEN value IS 115 (45.31% from 255) = 25.67%

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

R = 29.02%
G = 25.67%
B = 45.31%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8273CB (or 0x8273CB) is known color: Moody Blue. HEX triplet: 82, 73 and CB. RGB value is (130,115,203). Sum of RGB (Red+Green+Blue) = 130+115+203=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #8273CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8273CB is #7D8C34. Grayscale: #818181. Windows color (decimal): -8227893 or 13333378. OLE color: 13333378.

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

Color convert

RGB 130 115 203 -
CMYK 0.36 0.43 0 0.20
HSL 250.23º 0.46% 0.62% -
HSV(B) 250.23º 0.43% 0.8% -
XYZ 26.12 21.32 59.24 -
YUV 129.52 169.47 128.34 -
System Red Green Blue C M Y K H S L
Decimal 130 115 203 0.36 0.43 0 0.20 250.23 0.46 0.62
Hex 82 73 CB 24 2B 0 14 FA 2E 3E
Octal 202 163 313 44 53 0 24 372 56 76
Binary 10000010 1110011 11001011 100100 101011 0 10100 11111010 101110 111110

Color Harmonies of #8273CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8273CB

Black with #8273CB

Text Example


Text Example

White with #8273CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,115,203); }

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

background-color css

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

 a { background-color: rgb(130,115,203); }

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

border-color css

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

 span { border-color: rgb(130,115,203); }

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