Html Css Color HEX #8272CB Moody Blue

📋 copy color: '#8272CB'

red 130 ◦ green 114 ◦ blue 203

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

Shades of Moody Blue #8272CB

Tints of Moody Blue #8272CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.5%

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

R = 29.08%
G = 25.5%
B = 45.41%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8272CB (or 0x8272CB) is known color: Moody Blue. HEX triplet: 82, 72 and CB. RGB value is (130,114,203). Sum of RGB (Red+Green+Blue) = 130+114+203=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #8272CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272CB is #7D8D34. Grayscale: #808080. Windows color (decimal): -8228149 or 13333122. OLE color: 13333122.

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

Color convert

RGB 130 114 203 -
CMYK 0.36 0.44 0 0.20
HSL 250.79º 0.46% 0.62% -
HSV(B) 250.79º 0.44% 0.8% -
XYZ 26 21.09 59.2 -
YUV 128.93 169.8 128.76 -
System Red Green Blue C M Y K H S L
Decimal 130 114 203 0.36 0.44 0 0.20 250.79 0.46 0.62
Hex 82 72 CB 24 2C 0 14 FB 2E 3E
Octal 202 162 313 44 54 0 24 373 56 76
Binary 10000010 1110010 11001011 100100 101100 0 10100 11111011 101110 111110

Color Harmonies of #8272CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8272CB

Black with #8272CB

Text Example


Text Example

White with #8272CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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