Html Css Color HEX #7B71FA Light Slate Blue

📋 copy color: '#7B71FA'

red 123 ◦ green 113 ◦ blue 250

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

Shades of Light Slate Blue #7B71FA

Tints of Light Slate Blue #7B71FA

RGB

 RED value IS 123 (48.44% from 255) = 25.31%

 GREEN value IS 113 (44.53% from 255) = 23.25%

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 25.31%
G = 23.25%
B = 51.44%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B71FA (or 0x7B71FA) is known color: Light Slate Blue. HEX triplet: 7B, 71 and FA. RGB value is (123,113,250). Sum of RGB (Red+Green+Blue) = 123+113+250=486 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.31% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B71FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B71FA is #848E05. Grayscale: #838383. Windows color (decimal): -8687110 or 16413051. OLE color: 16413051.

HSL color Cylindrical-coordinate representation of color #7B71FA: hue angle of 244.38º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B71FA is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 113 250 -
CMYK 0.51 0.55 0 0.02
HSL 244.38º 0.93% 0.71% -
HSV(B) 244.38º 0.55% 0.98% -
XYZ 31.33 22.92 93.22 -
YUV 131.61 194.81 121.86 -
System Red Green Blue C M Y K H S L
Decimal 123 113 250 0.51 0.55 0 0.02 244.38 0.93 0.71
Hex 7B 71 FA 33 37 0 2 F4 5D 47
Octal 173 161 372 63 67 0 2 364 135 107
Binary 1111011 1110001 11111010 110011 110111 0 10 11110100 1011101 1000111

Color Harmonies of #7B71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B71FA

Black with #7B71FA

Text Example


Text Example

White with #7B71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B71FA; }

 p { color: rgb(123,113,250); }

 H1.HeaderClassName
 {
   color: #7B71FA;
 }
 .AnyTagClassName
 {
   color: #7B71FA;
 }
</style>

background-color css

<style>
 a { background-color: #7B71FA; }

 a { background-color: rgb(123,113,250); }

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

border-color css

<style>
 span { border-color: #7B71FA; }

 span { border-color: rgb(123,113,250); }

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