Html Css Color HEX #7665CF Slate Blue

📋 copy color: '#7665CF'

red 118 ◦ green 101 ◦ blue 207

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

Shades of Slate Blue #7665CF

Tints of Slate Blue #7665CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.71%

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 27.7%
G = 23.71%
B = 48.59%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7665CF (or 0x7665CF) is known color: Slate Blue. HEX triplet: 76, 65 and CF. RGB value is (118,101,207). Sum of RGB (Red+Green+Blue) = 118+101+207=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #7665CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7665CF is #899A30. Grayscale: #757575. Windows color (decimal): -9017905 or 13591926. OLE color: 13591926.

HSL color Cylindrical-coordinate representation of color #7665CF: hue angle of 249.62º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7665CF is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 101 207 -
CMYK 0.43 0.51 0 0.19
HSL 249.62º 0.52% 0.6% -
HSV(B) 249.62º 0.51% 0.81% -
XYZ 23.39 17.66 61.21 -
YUV 118.17 178.13 127.88 -
System Red Green Blue C M Y K H S L
Decimal 118 101 207 0.43 0.51 0 0.19 249.62 0.52 0.6
Hex 76 65 CF 2B 33 0 13 FA 34 3C
Octal 166 145 317 53 63 0 23 372 64 74
Binary 1110110 1100101 11001111 101011 110011 0 10011 11111010 110100 111100

Color Harmonies of #7665CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7665CF

Black with #7665CF

Text Example


Text Example

White with #7665CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7665CF; }

 p { color: rgb(118,101,207); }

 H1.HeaderClassName
 {
   color: #7665CF;
 }
 .AnyTagClassName
 {
   color: #7665CF;
 }
</style>

background-color css

<style>
 a { background-color: #7665CF; }

 a { background-color: rgb(118,101,207); }

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

border-color css

<style>
 span { border-color: #7665CF; }

 span { border-color: rgb(118,101,207); }

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