Html Css Color HEX #7671FE Light Slate Blue

📋 copy color: '#7671FE'

red 118 ◦ green 113 ◦ blue 254

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

Shades of Light Slate Blue #7671FE

Tints of Light Slate Blue #7671FE

RGB

 RED value IS 118 (46.48% from 255) = 24.33%

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

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 24.33%
G = 23.3%
B = 52.37%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7671FE (or 0x7671FE) is known color: Light Slate Blue. HEX triplet: 76, 71 and FE. RGB value is (118,113,254). Sum of RGB (Red+Green+Blue) = 118+113+254=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #7671FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7671FE is #898E01. Grayscale: #828282. Windows color (decimal): -9014786 or 16675190. OLE color: 16675190.

HSL color Cylindrical-coordinate representation of color #7671FE: hue angle of 242.13º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7671FE is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 113 254 -
CMYK 0.54 0.56 0 0.00
HSL 242.13º 0.99% 0.72% -
HSV(B) 242.13º 0.56% 1% -
XYZ 31.27 22.82 96.52 -
YUV 130.57 197.66 119.04 -
System Red Green Blue C M Y K H S L
Decimal 118 113 254 0.54 0.56 0 0.00 242.13 0.99 0.72
Hex 76 71 FE 36 38 0 0 F2 63 48
Octal 166 161 376 66 70 0 0 362 143 110
Binary 1110110 1110001 11111110 110110 111000 0 0 11110010 1100011 1001000

Color Harmonies of #7671FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7671FE

Black with #7671FE

Text Example


Text Example

White with #7671FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7671FE; }

 p { color: rgb(118,113,254); }

 H1.HeaderClassName
 {
   color: #7671FE;
 }
 .AnyTagClassName
 {
   color: #7671FE;
 }
</style>

background-color css

<style>
 a { background-color: #7671FE; }

 a { background-color: rgb(118,113,254); }

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

border-color css

<style>
 span { border-color: #7671FE; }

 span { border-color: rgb(118,113,254); }

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