Html Css Color HEX #7667C0 Slate Blue

📋 copy color: '#7667C0'

red 118 ◦ green 103 ◦ blue 192

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

Shades of Slate Blue #7667C0

Tints of Slate Blue #7667C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 28.57%
G = 24.94%
B = 46.49%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7667C0 (or 0x7667C0) is known color: Slate Blue. HEX triplet: 76, 67 and C0. RGB value is (118,103,192). Sum of RGB (Red+Green+Blue) = 118+103+192=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #7667C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7667C0 is #89983F. Grayscale: #757575. Windows color (decimal): -9017408 or 12609398. OLE color: 12609398.

HSL color Cylindrical-coordinate representation of color #7667C0: hue angle of 250.11º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7667C0 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 103 192 -
CMYK 0.39 0.46 0 0.25
HSL 250.11º 0.41% 0.58% -
HSV(B) 250.11º 0.46% 0.75% -
XYZ 21.84 17.36 52.07 -
YUV 117.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 118 103 192 0.39 0.46 0 0.25 250.11 0.41 0.58
Hex 76 67 C0 27 2E 0 19 FA 29 3A
Octal 166 147 300 47 56 0 31 372 51 72
Binary 1110110 1100111 11000000 100111 101110 0 11001 11111010 101001 111010

Color Harmonies of #7667C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7667C0

Black with #7667C0

Text Example


Text Example

White with #7667C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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