Html Css Color HEX #7667D5 Slate Blue

📋 copy color: '#7667D5'

red 118 ◦ green 103 ◦ blue 213

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

Shades of Slate Blue #7667D5

Tints of Slate Blue #7667D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.08%

R = 27.19%
G = 23.73%
B = 49.08%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7667D5 (or 0x7667D5) is known color: Slate Blue. HEX triplet: 76, 67 and D5. RGB value is (118,103,213). Sum of RGB (Red+Green+Blue) = 118+103+213=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #7667D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7667D5 is #89982A. Grayscale: #777777. Windows color (decimal): -9017387 or 13985654. OLE color: 13985654.

HSL color Cylindrical-coordinate representation of color #7667D5: hue angle of 248.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7667D5 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 103 213 -
CMYK 0.45 0.52 0 0.16
HSL 248.18º 0.57% 0.62% -
HSV(B) 248.18º 0.52% 0.84% -
XYZ 24.33 18.36 65.21 -
YUV 120.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 118 103 213 0.45 0.52 0 0.16 248.18 0.57 0.62
Hex 76 67 D5 2D 34 0 10 F8 39 3E
Octal 166 147 325 55 64 0 20 370 71 76
Binary 1110110 1100111 11010101 101101 110100 0 10000 11111000 111001 111110

Color Harmonies of #7667D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7667D5

Black with #7667D5

Text Example


Text Example

White with #7667D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7667D5; }

 p { color: rgb(118,103,213); }

 H1.HeaderClassName
 {
   color: #7667D5;
 }
 .AnyTagClassName
 {
   color: #7667D5;
 }
</style>

background-color css

<style>
 a { background-color: #7667D5; }

 a { background-color: rgb(118,103,213); }

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

border-color css

<style>
 span { border-color: #7667D5; }

 span { border-color: rgb(118,103,213); }

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