Html Css Color HEX #827BF3 Light Slate Blue

📋 copy color: '#827BF3'

red 130 ◦ green 123 ◦ blue 243

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

Shades of Light Slate Blue #827BF3

Tints of Light Slate Blue #827BF3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.8%

 BLUE value IS 243 (95.31% from 255) = 48.99%

R = 26.21%
G = 24.8%
B = 48.99%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#827BF3 (or 0x827BF3) is known color: Light Slate Blue. HEX triplet: 82, 7B and F3. RGB value is (130,123,243). Sum of RGB (Red+Green+Blue) = 130+123+243=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 243 (95.31% from 255 or 48.99% from 496); Max value from RGB is 243 - color contains mainly: blue. Hex color #827BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827BF3 is #7D840C. Grayscale: #8A8A8A. Windows color (decimal): -8225805 or 15956866. OLE color: 15956866.

HSL color Cylindrical-coordinate representation of color #827BF3: hue angle of 243.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #827BF3 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 123 243 -
CMYK 0.47 0.49 0 0.05
HSL 243.5º 0.83% 0.72% -
HSV(B) 243.5º 0.49% 0.95% -
XYZ 32.47 25.38 87.98 -
YUV 138.77 186.82 121.74 -
System Red Green Blue C M Y K H S L
Decimal 130 123 243 0.47 0.49 0 0.05 243.5 0.83 0.72
Hex 82 7B F3 2F 31 0 5 F4 53 48
Octal 202 173 363 57 61 0 5 364 123 110
Binary 10000010 1111011 11110011 101111 110001 0 101 11110100 1010011 1001000

Color Harmonies of #827BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BF3

Black with #827BF3

Text Example


Text Example

White with #827BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,123,243); }

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

background-color css

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

 a { background-color: rgb(130,123,243); }

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

border-color css

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

 span { border-color: rgb(130,123,243); }

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