Html Css Color HEX #7567FF Light Slate Blue

📋 copy color: '#7567FF'

red 117 ◦ green 103 ◦ blue 255

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

Shades of Light Slate Blue #7567FF

Tints of Light Slate Blue #7567FF

RGB

 RED value IS 117 (46.09% from 255) = 24.63%

 GREEN value IS 103 (40.63% from 255) = 21.68%

 BLUE value IS 255 (100% from 255) = 53.68%

R = 24.63%
G = 21.68%
B = 53.68%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7567FF (or 0x7567FF) is known color: Light Slate Blue. HEX triplet: 75, 67 and FF. RGB value is (117,103,255). Sum of RGB (Red+Green+Blue) = 117+103+255=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #7567FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7567FF is #8A9800. Grayscale: #7B7B7B. Windows color (decimal): -9082881 or 16738165. OLE color: 16738165.

HSL color Cylindrical-coordinate representation of color #7567FF: hue angle of 245.53º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7567FF is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 103 255 -
CMYK 0.54 0.60 0 0
HSL 245.53º 1% 0.7% -
HSV(B) 245.53º 0.6% 1% -
XYZ 30.24 20.7 97.01 -
YUV 124.51 201.64 122.64 -
System Red Green Blue C M Y K H S L
Decimal 117 103 255 0.54 0.60 0 0 245.53 1 0.7
Hex 75 67 FF 36 3C 0 0 F6 64 46
Octal 165 147 377 66 74 0 0 366 144 106
Binary 1110101 1100111 11111111 110110 111100 0 0 11110110 1100100 1000110

Color Harmonies of #7567FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7567FF

Black with #7567FF

Text Example


Text Example

White with #7567FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7567FF; }

 p { color: rgb(117,103,255); }

 H1.HeaderClassName
 {
   color: #7567FF;
 }
 .AnyTagClassName
 {
   color: #7567FF;
 }
</style>

background-color css

<style>
 a { background-color: #7567FF; }

 a { background-color: rgb(117,103,255); }

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

border-color css

<style>
 span { border-color: #7567FF; }

 span { border-color: rgb(117,103,255); }

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