Html Css Color HEX #827FE1 Moody Blue

📋 copy color: '#827FE1'

red 130 ◦ green 127 ◦ blue 225

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

Shades of Moody Blue #827FE1

Tints of Moody Blue #827FE1

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 26.97%
G = 26.35%
B = 46.68%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#827FE1 (or 0x827FE1) is known color: Moody Blue. HEX triplet: 82, 7F and E1. RGB value is (130,127,225). Sum of RGB (Red+Green+Blue) = 130+127+225=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #827FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827FE1 is #7D801E. Grayscale: #8A8A8A. Windows color (decimal): -8224799 or 14778242. OLE color: 14778242.

HSL color Cylindrical-coordinate representation of color #827FE1: hue angle of 241.84º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827FE1 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 127 225 -
CMYK 0.42 0.44 0 0.12
HSL 241.84º 0.62% 0.69% -
HSV(B) 241.84º 0.44% 0.88% -
XYZ 30.39 25.36 74.53 -
YUV 139.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 130 127 225 0.42 0.44 0 0.12 241.84 0.62 0.69
Hex 82 7F E1 2A 2C 0 C F2 3E 45
Octal 202 177 341 52 54 0 14 362 76 105
Binary 10000010 1111111 11100001 101010 101100 0 1100 11110010 111110 1000101

Color Harmonies of #827FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FE1

Black with #827FE1

Text Example


Text Example

White with #827FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827FE1; }

 p { color: rgb(130,127,225); }

 H1.HeaderClassName
 {
   color: #827FE1;
 }
 .AnyTagClassName
 {
   color: #827FE1;
 }
</style>

background-color css

<style>
 a { background-color: #827FE1; }

 a { background-color: rgb(130,127,225); }

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

border-color css

<style>
 span { border-color: #827FE1; }

 span { border-color: rgb(130,127,225); }

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